search for: notable_id

Displaying 1 result from an estimated 1 matches for "notable_id".

2006 Dec 11
1
Index help on Polymorphic Associations
...e acts_as_authorizable acts_as_audited :except => [:created_by, :updated_by ], :user_class_name => ''AuthenticatedSystem'', :user_method => ''current_user'' acts_as_ferret :fields => {:details => {:store => :yes}, :notable_id => {}, :notable_type => {}} belongs_to :notable, :polymorphic => true .......... But when i searched for a project with the note ''test'': @results = Project.find_by_contents(''test'') it returns 0 results. I checked...