add option to pre register to events
This commit is contained in:
parent
8286c8130d
commit
750e31c11a
7 changed files with 28 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ class Registration < ActiveRecord::Base
|
|||
|
||||
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,
|
||||
:handicapped_access_required, :supporter_registration_attributes, :social_event_ids, :other_special_needs
|
||||
:handicapped_access_required, :supporter_registration_attributes, :social_event_ids, :other_special_needs,
|
||||
:event_ids
|
||||
|
||||
accepts_nested_attributes_for :person
|
||||
accepts_nested_attributes_for :supporter_registration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue