osem-fcy/app/models/dietary_choice.rb
2015-12-23 11:36:50 +02:00

4 lines
96 B
Ruby

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