5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
|
class BoothRequest < ActiveRecord::Base
|
||
|
|
belongs_to :booth
|
||
|
|
belongs_to :user
|
||
|
|
end
|