1
0
2011-09-26 03:14:59 +04:00

5 lines
84 B
Ruby

class TrackArtist < ActiveRecord::Base
belongs_to :track
belongs_to :artist
end