update booking with cancel and assign
This commit is contained in:
@@ -47,7 +47,7 @@ Rails.application.routes.draw do
|
||||
resources :bookings, only: [:index, :show, :create, :update]
|
||||
resources :customers, only: [:index, :show, :create, :update]
|
||||
|
||||
get "update_booking" , to: "bookings#update_booking", as: "update_booking"
|
||||
post "update_booking" , to: "bookings#update_booking", as: "update_booking"
|
||||
|
||||
#Generating Invoice and making payments - output render @sale
|
||||
resources :invoices, only: [:index, :show, :create, :update, :destroy ] do
|
||||
|
||||
Reference in New Issue
Block a user