Add reference_calculator
This commit is contained in:
parent
d75b881318
commit
e16f03eebf
11 changed files with 133 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ Foodsoft::Application.routes.draw do
|
|||
########### User specific
|
||||
|
||||
get '/home/profile', as: 'my_profile'
|
||||
get '/home/reference_calculator'
|
||||
patch '/home/update_profile', as: 'update_profile'
|
||||
get '/home/ordergroup' => 'home#ordergroup', as: 'my_ordergroup'
|
||||
post '/home/cancel_membership' => 'home#cancel_membership', as: 'cancel_membership'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue