From 748b8c9d64c48d471e7d5a075c3786ebdf75e5ef Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 23 Aug 2022 14:30:51 +0200 Subject: [PATCH] fix(instructeurs/archives#create): missing renaming during refacto --- app/controllers/instructeurs/archives_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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