osem-fcy/app/models/dietary_choice.rb

5 lines
96 B
Ruby
Raw Normal View History

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