menu and menu item categories
This commit is contained in:
15
app/controllers/api/move_controller.rb
Normal file
15
app/controllers/api/move_controller.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class Api::Restaurant::MoveController < Api::ApiController
|
||||
|
||||
#Move between table
|
||||
def update
|
||||
end
|
||||
|
||||
|
||||
|
||||
private
|
||||
# Use callbacks to share common setup or constraints between actions.
|
||||
def move_params
|
||||
params.permit(:booking_id, :order_id)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user