Add booths to non admin

This commit is contained in:
nasia 2017-07-20 14:20:46 +03:00 committed by Stella Rouzi
parent 033dbe4c40
commit 32c5af2a17
22 changed files with 426 additions and 86 deletions

View file

@ -8,6 +8,7 @@ FactoryGirl.define do
conference
submitter { create(:user) }
responsible_ids { [create(:user).id] }
end
end