First checkin
This commit is contained in:
parent
f207e2c8b7
commit
90b30db9e8
260 changed files with 37349 additions and 0 deletions
9
app/models/registration.rb
Normal file
9
app/models/registration.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class Registration < ActiveRecord::Base
|
||||
belongs_to :person
|
||||
belongs_to :conference
|
||||
|
||||
attr_accessible :person_id, :conference_id, :attending_social_events, :attending_social_events_with_partner,
|
||||
:using_affiliated_lodging, :arrival, :departure, :person_attributes
|
||||
accepts_nested_attributes_for :person
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue