Module: ActiveRecord::QueryMethods

Defined in:
lib/rcache/query_methods.rb

Instance Method Summary collapse

Instance Method Details

#rcache(opts = {}) ⇒ Object



3
4
5
6
# File 'lib/rcache/query_methods.rb', line 3

def rcache(opts = {})
  connection.rcache_value = opts
  self
end