Skip to content

Commit 535a23d

Browse files
committed
RubyMemcache error message should not have been removed
1 parent 3be030a commit 535a23d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.rb

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
rescue LoadError
1414
end
1515

16+
puts "=> You should be using the `memcache-client' gem. You're using RubyMemcache!" if Object.const_defined?(:RubyMemcache)
17+
1618
require 'acts_as_cached'
1719

1820
Object.send :include, ActsAsCached::Mixin

0 commit comments

Comments
 (0)