Sponsorship level dashboard
removed donation amount removed explicit rendering of sponsor levels
This commit is contained in:
parent
8bce579283
commit
f68ac7e032
11 changed files with 93 additions and 4 deletions
|
|
@ -2,7 +2,6 @@ class CreateSponsorshipLevels < ActiveRecord::Migration
|
|||
def change
|
||||
create_table :sponsorship_levels do |t|
|
||||
t.string :title
|
||||
t.string :donation_amount
|
||||
t.belongs_to :conference
|
||||
t.timestamps
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue