diff --git a/config/routes.rb b/config/routes.rb index e19942ea..574a0f77 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,12 +1,6 @@ Osem::Application.routes.draw do - devise_for :users, :controllers => { :registrations => :registrations,:passwords=>:passwords }, :path => 'accounts' - # resources :passwords do - # get "passwords/new" => "passwords#new" - # get "/passwords/:id/edit" => "passwords#edit" - # end - namespace :admin do resources :users resources :people