Method: Switchman::ActiveRecord::QueryCache#disable_query_cache!
- Defined in:
- lib/switchman/active_record/query_cache.rb
#disable_query_cache! ⇒ Object
28 29 30 |
# File 'lib/switchman/active_record/query_cache.rb', line 28 def disable_query_cache! self.query_cache_enabled = false end |