add payment mode to conferences schema

This commit is contained in:
Rishabh Saxena 2016-05-31 21:25:29 +05:30
parent 301ad1c722
commit f14d470738
5 changed files with 25 additions and 1 deletions

View file

@ -9,6 +9,7 @@ FactoryGirl.define do
end_date { 6.days.from_now }
registration_limit 0
description { Faker::Hipster.paragraph }
payment_method 'offline'
after(:create) do |conference|
Role.where(name: 'organizer', resource: conference).first_or_create(description: 'For the organizers of the conference (who shall have full access)')