1
0
Fork 0
oldhaven/app/models/track.rb

5 lines
105 B
Ruby

class Track < ActiveRecord::Base
belongs_to :album
has_many :artists, :through => :track_artists
end