finished customer and join membership in crm
This commit is contained in:
@@ -86,12 +86,9 @@ Rails.application.routes.draw do
|
||||
#--------- Customer Relationship Management ------------#
|
||||
namespace :crm do
|
||||
root "home#index" #queue number
|
||||
#customers
|
||||
resources :customers
|
||||
#membership
|
||||
#bookings
|
||||
post "update_booking" , to: "bookings#update_booking", as: "update_booking"
|
||||
#queue
|
||||
get 'print/:id', to: "home#print"
|
||||
end
|
||||
|
||||
#--------- Order Queue Station ------------#
|
||||
|
||||
Reference in New Issue
Block a user