Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RubyMemcache error message should not have been removed
  • Loading branch information
defunkt committed May 2, 2008
1 parent 3be030a commit 535a23d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.rb
Expand Up @@ -13,6 +13,8 @@
rescue LoadError
end

puts "=> You should be using the `memcache-client' gem. You're using RubyMemcache!" if Object.const_defined?(:RubyMemcache)

require 'acts_as_cached'

Object.send :include, ActsAsCached::Mixin
Expand Down

0 comments on commit 535a23d

Please sign in to comment.