Cleanup SIRET champ

This commit is contained in:
Paul Chavard 2018-09-06 18:23:27 +01:00
parent 1934fdfc4d
commit 55a9b31b93
13 changed files with 183 additions and 81 deletions

View file

@ -110,7 +110,7 @@ Rails.application.routes.draw do
end
namespace :champs do
get ':champ_id/siret' => 'siret#index', as: 'siret'
get ':position/siret', to: 'siret#show', as: :siret
get ':position/dossier_link', to: 'dossier_link#show', as: :dossier_link
end