change crm booking

This commit is contained in:
Aung Myo
2017-06-07 22:17:12 +06:30
parent bd345dbc3f
commit 234ef9bc15
7 changed files with 9 additions and 10 deletions

View File

@@ -72,6 +72,9 @@ Rails.application.routes.draw do
resources :customers, only: [:index,:new, :create ] #add customer type
end
resources :request_bills, only: [:show]
get 'sale/:sale_id/payment' => 'request_bills#show'
get 'sale/:sale_id/payment' => 'payments#show'
post 'payment_process' => 'payments#create'