Rename profile page in registrar area to account

This commit is contained in:
Artur Beljajev 2019-05-15 13:44:36 +03:00
parent 5e0eca22cf
commit 207c2a704c
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
class Registrar
class ProfileController < BaseController
class AccountController < BaseController
skip_authorization_check
helper_method :linked_users

View file

@ -182,7 +182,7 @@ class Registrar
if can?(:show, :poll)
registrar_root_path
else
registrar_profile_path
registrar_account_path
end
end