osem-fcy/app/models/dietary_choice.rb
2014-07-21 15:05:58 +02:00

6 lines
122 B
Ruby

class DietaryChoice < ActiveRecord::Base
attr_accessible :title
belongs_to :conference
has_many :registrations
end