Flowdock
reset_runtime() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/log_subscriber.rb, line 17
    def self.reset_runtime
      rt, self.runtime = runtime, 0
      rt
    end
Register or log in to add new notes.