search for: endroitsconnu

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

2006 May 01
0
Having trouble adding rows to an association
...re the models used class Photo < ActiveRecord::Base has_many :endroits_photos, :dependent => true has_many :endroits_connus, :through => :endroits_photos end class EndroitsPhoto < ActiveRecord::Base belongs_to :photo belongs_to :endroits_connu end class EndroitsConnu < ActiveRecord::Base has_many :endroits_photos, :dependent => true, :foreign_key => "endroit_connu_id" has_many :photos, :through => :endroits_photos, :foreign_key => "endroit_connu_id" end this is the code used :...