Fixed User CP cancel button and cleaned user views

This commit is contained in:
2013-01-24 12:57:04 -05:00
parent 0fe499b701
commit f6d82fc596
9 changed files with 82 additions and 61 deletions

View File

@@ -8,7 +8,8 @@ Community::Application.routes.draw do
root :to => 'categories#index', :via => :get
end
devise_for :users
devise_for :users, :controllers => {:registrations => "registrations"}
scope "/admin" do
resources :users
end