add relationships for booths
This commit is contained in:
parent
da6b5b8141
commit
3d9ac5a85f
8 changed files with 50 additions and 2 deletions
4
app/models/booth_request.rb
Normal file
4
app/models/booth_request.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class BoothRequest < ActiveRecord::Base
|
||||
belongs_to :booth
|
||||
belongs_to :user
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue