search for: conditions_cses

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

2006 Mar 23
0
HABTM relationship
...ss Cse < ActiveRecord::Base has_and_belongs_to_many :conditions end class Condition < ActiveRecord::Base has_and_belongs_to_many :cses end I''m creating a Cse object and filling the collection of Conditions, then calling save on the Cse object. Nothing is getting saved in the conditions_cses table. Is there anyway to do fill the collection of conditions prior to saving the cse object? -- Posted via http://www.ruby-forum.com/.