Hi *, I have an issue with a relation I’m not able to understand: I have 3 tables, a releases table, a tracks table and a release_tracks table. The release_tracks table has a release_id and a track_id. Release and Track models have both a has_many :through => :release_tracks association (has_many :releases and has_many :tracks). I’m just not able to make it work … For example r = Release.new => #<