mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
rubocop autocorret to get tests green
This commit is contained in:
parent
c0caf53878
commit
2d6ed7fa45
24 changed files with 105 additions and 112 deletions
|
@ -31,7 +31,7 @@ Rails.application.routes.draw do
|
|||
|
||||
root 'domains#index'
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
## CLIENT ROUTES
|
||||
namespace(:client) do
|
||||
|
@ -66,10 +66,10 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
authenticated :user do
|
||||
root :to => 'admin/domains#index', :as => :authenticated_root
|
||||
root to: 'admin/domains#index', as: :authenticated_root
|
||||
end
|
||||
|
||||
root :to => redirect('login')
|
||||
root to: redirect('login')
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue