menu and menu_category
This commit is contained in:
6
app/models/room.rb
Normal file
6
app/models/room.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Room < ApplicationRecord
|
||||
belongs_to :zone
|
||||
|
||||
validates_presence_of :name,:seater, :order_by, :created_by, :is_active
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user