osem-fcy/app/models/dietary_choice.rb

7 lines
123 B
Ruby

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