fix(instructeurs/archives#create): missing renaming during refacto

This commit is contained in:
Martin 2022-08-23 14:30:51 +02:00 committed by mfo
parent e35da17ce8
commit 748b8c9d64

View file

@ -30,7 +30,7 @@ module Instructeurs
end end
def create_archive_url(procedure, date) 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 end
def groupe_instructeurs def groupe_instructeurs