Merge branch 'admin_registrations_attended' of github.com:differentreality/osem into differentreality-admin_registrations_attended
Conflicts: app/controllers/admin/registrations_controller.rb app/models/registration.rb
This commit is contained in:
commit
243f33ff91
8 changed files with 217 additions and 90 deletions
|
|
@ -4,6 +4,7 @@ class Registration < ActiveRecord::Base
|
|||
belongs_to :dietary_choice
|
||||
|
||||
has_one :supporter_registration
|
||||
has_one :supporter_level, :through => :supporter_registration
|
||||
has_and_belongs_to_many :social_events
|
||||
has_and_belongs_to_many :events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue