mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
fix registration model
This commit is contained in:
parent
9a4571b290
commit
1bd779b6c1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ class Registration < ActiveRecord::Base
|
|||
|
||||
has_one :supporter_registration
|
||||
has_and_belongs_to_many :social_events
|
||||
has_and_belongs_to_many :events
|
||||
|
||||
attr_accessible :person_id, :conference_id, :attending_social_events, :attending_with_partner,
|
||||
:using_affiliated_lodging, :arrival, :departure, :person_attributes, :other_dietary_choice, :dietary_choice_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue