method

reset_cached_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.

reset_cached_queries_count()
public

No documentation available.

# File activerecord/lib/active_record/runtime_registry.rb, line 62
    def reset_cached_queries_count
      qc = cached_queries_count
      self.cached_queries_count = 0
      qc
    end