meta_search icon indicating copy to clipboard operation
meta_search copied to clipboard

Using Module#delegate to delegate to non-public methods is deprecated

Open joost opened this issue 13 years ago • 0 comments

Using Rails 3.1.0rc6 I get the following deprecation errors while running tests:

DEPRECATION WARNING: Using Module#delegate to delegate to non-public methods is deprecated. Please declare your methods as public if they are going to accessed from other classes. (called from /usr/local/lib/ruby/gems/1.9.1/gems/meta_search-1.1.0.pre2/lib/meta_search/builder.rb:26)

joost avatar Aug 22 '11 08:08 joost