some houndci fixes
This commit is contained in:
parent
de58ddde50
commit
0beed70d7f
4 changed files with 6 additions and 7 deletions
|
|
@ -2,9 +2,9 @@ Osem::Application.routes.draw do
|
|||
|
||||
get 'conference/show'
|
||||
|
||||
devise_for :users, :controllers => { registrations: :registrations,
|
||||
devise_for :users, controllers: { registrations: :registrations,
|
||||
omniauth_callbacks: 'users/omniauth_callbacks' },
|
||||
:path => 'accounts'
|
||||
path: 'accounts'
|
||||
|
||||
namespace :admin do
|
||||
resources :users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue