Method: ActiveRecord::ConnectionAdapters::QueryCache#disable_query_cache!
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb
#disable_query_cache! ⇒ Object
222 223 224 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb', line 222 def disable_query_cache! pool.disable_query_cache! end |