Booth invitation to invited users

User will enter email of users to invite to become booth responsible, which will create a user in User db with that email and a new booth request will be created.
This commit is contained in:
Rahul 2019-06-04 18:15:41 +05:30
parent 04c3859526
commit 29c15c5d93
6 changed files with 80 additions and 3 deletions

View file

@ -12,5 +12,6 @@ FactoryBot.define do
submitter { create(:user) }
responsible_ids { [create(:user).id] }
invite_responsible { 'user@example.com, example' }
end
end