Move geographical zones list to a partial
This commit is contained in:
parent
c63675461a
commit
dff4f2116a
6 changed files with 47 additions and 11 deletions
|
@ -152,6 +152,7 @@ Rails.application.routes.draw do
|
|||
resources :dossiers do
|
||||
get '/add_siret' => 'dossiers/add_siret#show'
|
||||
|
||||
post '/carte/zones' => 'carte#zones'
|
||||
get '/carte' => 'carte#show'
|
||||
post '/carte' => 'carte#save'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue