1
0
Fork 0
beathaven/app/models/performer.rb

7 lines
123 B
Ruby

class Performer < ActiveRecord::Base
belongs_to :artist
belongs_to :track
attr_accessible :artist_id, :track_id
end