Security update

This commit is contained in:
Alex Sherman 2021-05-07 10:43:24 +05:00
parent 60e9999bd3
commit b31ea1baad
3 changed files with 57 additions and 57 deletions

View file

@ -62,7 +62,7 @@ module ApplicationHelper
if model.updator.kind_of?(RegistrantUser)
model.updator
else
link_to(model.updator, ['admin', model.updator])
link_to(model.updator, [:admin, model.updator])
end
end