beathaven/app/models/performer.rb
2012-08-27 03:53:30 +04:00

7 lines
123 B
Ruby

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