Method: ActiveRecord::LogSubscriber.reset_runtime

Defined in:
lib/active_record/log_subscriber.rb

.reset_runtimeObject



13
14
15
16
# File 'lib/active_record/log_subscriber.rb', line 13

def self.reset_runtime
  rt, self.runtime = runtime, 0
  rt
end