diff --git a/app/controllers/instructeurs/archives_controller.rb b/app/controllers/instructeurs/archives_controller.rb index 3f29f20e9..e059c5cd4 100644 --- a/app/controllers/instructeurs/archives_controller.rb +++ b/app/controllers/instructeurs/archives_controller.rb @@ -30,7 +30,7 @@ module Instructeurs end def create_archive_url(procedure, date) - instructeur_archives_path(procedure, type: 'monthly', month: date.strftime('%Y-%m')) + instructeur_archives_path(procedure, type: 'monthly', year_month: date.strftime('%Y-%m')) end def groupe_instructeurs