diff --git a/app/models/registration.rb b/app/models/registration.rb index df7dd8a0..ca0c5f67 100644 --- a/app/models/registration.rb +++ b/app/models/registration.rb @@ -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,