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
6
app/models/supporter_level.rb
Normal file
6
app/models/supporter_level.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class SupporterLevel < ActiveRecord::Base
|
||||
belongs_to :conference
|
||||
has_many :supporter_registrations
|
||||
|
||||
attr_accessible :conference, :title, :url
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue