rename avis#all to avis#index

This commit is contained in:
Christophe Robillard 2020-06-26 20:02:01 +02:00
parent bbec76d33b
commit 1d86f863d3
4 changed files with 4 additions and 4 deletions

View file

@ -300,7 +300,7 @@ Rails.application.routes.draw do
#
scope module: 'instructeurs', as: 'instructeur' do
get 'avis', to: 'avis#all', as: 'all_avis'
get 'avis', to: 'avis#index', as: 'all_avis'
# this redirections are ephemeral, to ensure that emails sent to experts before are still valid
# TODO : they will be removed in September, 2020