Ferret: undefined method `find_by_contents’ error and solution

Posted: June 20, 2009 | Categories: Uncategorized

Problem
When trying to use the acts_as_ferretĀ  the following error appears:

undefined method `find_by_contents'

Solution
It seems that the API of the plugin has changed, and the

find_by_contents

method should be replaced with:

find_with_ferret
Please Share:
  • Digg
  • Mixx
  • Google Bookmarks
  • Twitter
  • HackerNews

Leave a Reply