osem-fcy/app/models/supporter_level.rb

7 lines
197 B
Ruby
Raw Normal View History

class SupporterLevel < ActiveRecord::Base
belongs_to :conference
has_many :supporter_registrations
2014-08-12 11:51:59 +03:00
attr_accessible :conference, :title, :url, :description, :ticket_price, :conference_id
end