Flowdock
method

call

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::QueryCache
call(env) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/query_cache.rb, line 30
    def call(env)
      ActiveRecord::Base.cache do
        @app.call(env)
      end
    end
Register or log in to add new notes.