method

reset_runtime

rails latest stable - Class: ActiveRecord::ConnectionAdapters::AbstractAdapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

reset_runtime(#:nodoc:)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 93
      def reset_runtime #:nodoc:
        rt, @runtime = @runtime, 0
        rt
      end