Displaying 1 result from an estimated 1 matches for "open_for_search".
2008 Jan 04
0
Records not in search results until I recreate record index
our object A has three properties
title - a straight db field,
open_for_search - a method which returns yes or no
site_search - which is a list of codes based on a has_many relationship
so our api accepts a title and a list of sites
creates object A with
object = Object.new
object.title = thetitle
sites = Site.find_all_by_whatever([whatever])
object.save
object.sites <&...