Rename the Import controller to Account::Import
This commit is contained in:
+1
-2
@@ -7,10 +7,9 @@ Rails.application.routes.draw do
|
||||
resource :join_code
|
||||
resource :settings
|
||||
resources :exports, only: [ :create, :show ]
|
||||
resources :imports, only: [ :new, :create, :show ]
|
||||
end
|
||||
|
||||
resources :imports, only: %i[ new create show ]
|
||||
|
||||
resources :users do
|
||||
scope module: :users do
|
||||
resource :avatar
|
||||
|
||||
Reference in New Issue
Block a user