fix(instructeurs/archives#create): missing renaming during refacto
This commit is contained in:
parent
e35da17ce8
commit
748b8c9d64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue