Displaying 1 result from an estimated 1 matches for "ferret_bookmark".
Did you mean:
ferret_bookmarks
2007 Aug 06
4
acts_as_ferret cross model index not updating
...I''ve put:
acts_as_ferret :fields => [ :name,
:notes,
:ferret_cat,
:ferret_comments,
:ferret_place,
:ferret_postcode,
:ferret_bookmarks,
:ferret_tags]
and e.g.
def ferret_cat
return "#{self.category.name}"
end
But if I update any of the other models, by adding a comment or
bookmarking etc, the index doesn''t update.
Does someone know how I can get these non-model fields to upda...