update booking controller in crm
This commit is contained in:
@@ -47,8 +47,6 @@ Rails.application.routes.draw do
|
||||
resources :bookings, only: [:index, :show, :create, :update]
|
||||
resources :customers, only: [:index, :show, :create, :update]
|
||||
|
||||
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
|
||||
resources :sale_items, only:[:create, :update, :destroy]
|
||||
@@ -89,6 +87,7 @@ Rails.application.routes.draw do
|
||||
resources :customers
|
||||
#membership
|
||||
#bookings
|
||||
post "update_booking" , to: "bookings#update_booking", as: "update_booking"
|
||||
#queue
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user