rename avis#index to avis#procedure
This commit is contained in:
parent
90d6d337a9
commit
bbec76d33b
6 changed files with 12 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue