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,4 @@
class BoothRequest < ActiveRecord::Base
belongs_to :booth
belongs_to :user
end