mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
9 lines
No EOL
328 B
Ruby
9 lines
No EOL
328 B
Ruby
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 |