method

queries_count=

rails latest stable - Class: ActiveRecord::RuntimeRegistry

Method not available on this version

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

queries_count=(count)
public

No documentation available.

# File activerecord/lib/active_record/runtime_registry.rb, line 32
    def queries_count=(count)
      ActiveSupport::IsolatedExecutionState[:active_record_queries_count] = count
    end