mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +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
|
@ -66,7 +66,7 @@ Rails.application.routes.draw do
|
|||
resources :account_activities
|
||||
|
||||
put 'current_user/switch/:new_user_id', to: 'current_user#switch', as: :switch_current_user
|
||||
resource :profile, controller: :profile, only: :show
|
||||
resource :account, controller: :account, only: :show
|
||||
|
||||
resources :domains do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue