refactor(champ): improuve repetition champ
This commit is contained in:
parent
196a9b9a98
commit
1a9f2f0eef
11 changed files with 21 additions and 55 deletions
|
@ -144,7 +144,8 @@ Rails.application.routes.draw do
|
|||
get ':champ_id/siret', to: 'siret#show', as: :siret
|
||||
get ':champ_id/dossier_link', to: 'dossier_link#show', as: :dossier_link
|
||||
post ':champ_id/carte', to: 'carte#show', as: :carte
|
||||
post ':champ_id/repetition', to: 'repetition#show', as: :repetition
|
||||
post ':champ_id/repetition', to: 'repetition#add', as: :repetition
|
||||
delete ':champ_id/repetition', to: 'repetition#remove'
|
||||
|
||||
get ':champ_id/carte/features', to: 'carte#index', as: :carte_features
|
||||
post ':champ_id/carte/features', to: 'carte#create'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue