Skip to content

Commit

Permalink
Merge pull request arthurnn#94 from grosser/require
Browse files Browse the repository at this point in the history
add require or a single require "memcached/rails" blows up with weird warnings
  • Loading branch information
evan committed Jul 5, 2012
2 parents 3f217de + 44aece9 commit f47dfa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/memcached/rails.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'memcached'

class Memcached

(instance_methods - NilClass.instance_methods).each do |method_name|
Expand Down

0 comments on commit f47dfa3

Please sign in to comment.