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

@ -3,7 +3,6 @@
FactoryGirl.define do
factory :sponsorship_level do
title 'Platin'
donation_amount '$100,000'
conference
end
end