Adding more registration options, and starting work on supporter levels
This commit is contained in:
parent
61a02d17a3
commit
973913b3bf
25 changed files with 228 additions and 20 deletions
|
|
@ -11,6 +11,8 @@ class ConferenceRegistrationController < ApplicationController
|
|||
@registered = false
|
||||
@registration = @person.registrations.new(:conference_id => @conference.id)
|
||||
end
|
||||
|
||||
@registration.supporter_registration ||= SupporterRegistration.new
|
||||
end
|
||||
|
||||
# TODO this is ugly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue