mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Rename profile page in registrar area to account
This commit is contained in:
parent
5e0eca22cf
commit
207c2a704c
10 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
class Registrar
|
||||
class ProfileController < BaseController
|
||||
class AccountController < BaseController
|
||||
skip_authorization_check
|
||||
|
||||
helper_method :linked_users
|
|
@ -182,7 +182,7 @@ class Registrar
|
|||
if can?(:show, :poll)
|
||||
registrar_root_path
|
||||
else
|
||||
registrar_profile_path
|
||||
registrar_account_path
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue