osem-fcy/app/models/audience.rb

6 lines
160 B
Ruby
Raw Normal View History

2014-08-12 17:59:35 +02:00
class Audience < ActiveRecord::Base
attr_accessible :registration_description, :registration_start_date, :registration_end_date
belongs_to :conference
end