rename avis#index to avis#procedure

This commit is contained in:
Christophe Robillard 2020-06-26 19:28:28 +02:00
parent 90d6d337a9
commit bbec76d33b
6 changed files with 12 additions and 11 deletions

View file

@ -316,7 +316,8 @@ Rails.application.routes.draw do
end
end
resources :avis, only: [:index, :show, :update] do
resources :avis, only: [:show, :update] do
get '', action: 'procedure', on: :collection, as: :procedure
member do
get 'instruction'
get 'messagerie'