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:
parent
04c3859526
commit
29c15c5d93
6 changed files with 80 additions and 3 deletions
|
|
@ -12,5 +12,6 @@ FactoryBot.define do
|
|||
|
||||
submitter { create(:user) }
|
||||
responsible_ids { [create(:user).id] }
|
||||
invite_responsible { 'user@example.com, example' }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue