add relationships for booths

This commit is contained in:
nasia 2017-05-30 13:05:13 +03:00
parent da6b5b8141
commit 3d9ac5a85f
8 changed files with 50 additions and 2 deletions

View file

@ -0,0 +1,7 @@
FactoryGirl.define do
factory :booth_request do
booth nil
user nil
role "MyString"
end
end