.ruby-verions should not be check in
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
2.3.1
|
|
||||||
@@ -50,6 +50,8 @@ Rails.application.routes.draw do
|
|||||||
resources :memberships, only:[:create]
|
resources :memberships, only:[:create]
|
||||||
post "payment/:payment_method" => "payment#create"
|
post "payment/:payment_method" => "payment#create"
|
||||||
put "payment/:id" => "payment#update"
|
put "payment/:id" => "payment#update"
|
||||||
|
resources :receipt, :only [:create, :show] #generate receipt, show receipt
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
@@ -60,7 +62,6 @@ Rails.application.routes.draw do
|
|||||||
#bookings
|
#bookings
|
||||||
#orders
|
#orders
|
||||||
#invoices
|
#invoices
|
||||||
#payment
|
|
||||||
#receipt
|
#receipt
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user