osem-fcy/app/models/supporter_level.rb

7 lines
181 B
Ruby
Raw Normal View History

class SupporterLevel < ActiveRecord::Base
belongs_to :conference
has_many :supporter_registrations
2014-05-29 20:23:33 +05:30
attr_accessible :conference, :title, :url, :description, :ticket_price
end