menu and menu_category
This commit is contained in:
5
app/controllers/api/restaurant/seat_tables_controller.rb
Normal file
5
app/controllers/api/restaurant/seat_tables_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Api::Restaurant::SeatTablesController < ActionController::API
|
||||
def index
|
||||
render json: SeatTable.order("order_by")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user