search for: recipes3

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

Did you mean: recipes
2006 Jan 19
5
Multiple HABTM relationships with self ???
...", :foreign_key => "R_ID", :association_foreign_key => "R_ID2" has_and_belongs_to_many :recipes2, :join_table => "recipes_recipes2", :foreign_key => "R_ID", :association_foreign_key => "R_ID2" has_and_belongs_to_many :recipes3, :join_table => "recipes_recipes3", :foreign_key => "R_ID", :association_foreign_key => "R_ID2" end Thanks! -- Posted via http://www.ruby-forum.com/.