method

stats

rails latest stable - Class: ActiveRecord::RuntimeRegistry

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

stats()
public

No documentation available.

# File activerecord/lib/active_record/runtime_registry.rb, line 55
    def stats
      ActiveSupport::IsolatedExecutionState[:active_record_runtime] ||= Stats.new
    end