oldhaven/app/models/track.rb
2011-09-22 19:40:44 +04:00

5 lines
105 B
Ruby

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