move table
This commit is contained in:
@@ -44,10 +44,9 @@ Rails.application.routes.draw do
|
||||
|
||||
#Order Controller
|
||||
resources :orders, only: [:create, :show, :update] do
|
||||
|
||||
post "bill" => "bill#create"
|
||||
|
||||
end
|
||||
get 'view_orders' => "orders#view_orders"
|
||||
|
||||
#Current active bookings
|
||||
resources :bookings, only: [:index, :show, :create, :update]
|
||||
|
||||
Reference in New Issue
Block a user