Method: ActiveRecord::QueryCache#call
- Defined in:
- lib/active_record/query_cache.rb
#call(env) ⇒ Object
27 28 29 30 31 |
# File 'lib/active_record/query_cache.rb', line 27 def call(env) ActiveRecord::Base.cache do @app.call(env) end end |