Working on the backend interface for supporter registrations
This commit is contained in:
parent
e0f134bb34
commit
152e8a345d
66 changed files with 12860 additions and 17 deletions
|
|
@ -2,5 +2,6 @@ class SupporterRegistration < ActiveRecord::Base
|
|||
belongs_to :supporter_level
|
||||
belongs_to :registration
|
||||
|
||||
attr_accessible :registration, :supporter_level_id, :code, :code_is_valid
|
||||
attr_accessible :registration, :supporter_level_id, :name, :email, :supporter_level, :code, :code_is_valid, :conference_id
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue