refactor demandes controller
This commit is contained in:
parent
c38a9f4498
commit
ef69fa453c
6 changed files with 27 additions and 15 deletions
|
@ -26,7 +26,8 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :dossiers do
|
||||
get '/demande' => 'demandes#show'
|
||||
post '/demande' => 'demandes#choice'
|
||||
post '/demande' => 'demandes#update'
|
||||
|
||||
|
||||
get '/carte/position' => 'carte#get_position'
|
||||
get '/carte' => 'carte#show'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue