Rename :procedure_path -> :path

This commit is contained in:
Paul Chavard 2018-10-30 12:00:58 +01:00
parent f1fd1b38ec
commit 725e88a89a
13 changed files with 31 additions and 31 deletions

View file

@ -129,8 +129,8 @@ Rails.application.routes.draw do
end
namespace :commencer do
get '/test/:procedure_path' => '/users/dossiers#commencer_test', as: :test
get '/:procedure_path' => '/users/dossiers#commencer'
get '/test/:path' => '/users/dossiers#commencer_test', as: :test
get '/:path' => '/users/dossiers#commencer'
end
get "patron" => "root#patron"