osem-fcy/app/models/supporter_level.rb
2014-05-30 00:31:12 +05:30

6 lines
181 B
Ruby

class SupporterLevel < ActiveRecord::Base
belongs_to :conference
has_many :supporter_registrations
attr_accessible :conference, :title, :url, :description, :ticket_price
end