menu, table,rooms, orders structure
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class Api::Restaurant::ZonesController < ActionController::API
|
||||
|
||||
def index
|
||||
render json: Zone.where("is_active = true")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user