public
Fork of ferblape/query_memcached
Description: A replacement for ActiveRecord query_cache that a adds a Memcache layer for persistence of the query's cache
Homepage: https://github.com/ferblape/query_memcached/tree
Clone URL: git://github.com/methodmissing/query_memcached.git
query_memcached / init.rb
100644 3 lines (3 sloc) 0.078 kb
1
2
3
if Object.const_defined?( 'ActionController' )
  require 'query_memcached'
end