Sponsorship level dashboard

removed donation amount
removed explicit rendering of sponsor levels
This commit is contained in:
Gopesh Tulsyan 2014-06-05 14:52:44 +05:30
parent 8bce579283
commit f68ac7e032
11 changed files with 93 additions and 4 deletions

View file

@ -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