We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be030a commit 535a23dCopy full SHA for 535a23d
init.rb
@@ -13,6 +13,8 @@
13
rescue LoadError
14
end
15
16
+puts "=> You should be using the `memcache-client' gem. You're using RubyMemcache!" if Object.const_defined?(:RubyMemcache)
17
+
18
require 'acts_as_cached'
19
20
Object.send :include, ActsAsCached::Mixin
0 commit comments