Object
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activerecord-3.0.9/lib/active_record/query_cache.rb, line 26 def initialize(app) @app = app end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activerecord-3.0.9/lib/active_record/query_cache.rb, line 30 def call(env) ActiveRecord::Base.cache do @app.call(env) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.