Code quality

This commit is contained in:
jules 2015-10-23 17:21:06 +02:00
parent 4115e6383b
commit ccb9ec052e

View file

@ -6,7 +6,7 @@ module GrapeLogging
@subscription = ActiveSupport::Notifications.subscribe('sql.active_record') do |*args|
event = ActiveSupport::Notifications::Event.new(*args)
@duration += event.duration
end
end if defined?(ActiveRecord)
end
def after