Displaying 1 result from an estimated 1 matches for "to_ferret".
2007 Apr 24
6
Questions about table association while using acts_as_ferret
Hi all,
I''m quite new to ferret and acts_as_ferret and what to see if I can
implement the following requirement using them.
Suppose I have two model classes: Article and Comment. It''s obvious that
one article may have many comments, so this is a one-many relationship.
If I want to add full text search to these models, I''m supposed to use
acts_as_ferret in both of the