diff options
author | elijah <elijah@riseup.net> | 2013-06-17 01:27:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-17 01:27:55 -0700 |
commit | a089c452a414e7d34d49f0e2703c632141361e2b (patch) | |
tree | 9e7a571d2e169dfdbe40871afba967e370437be7 /users/config/routes.rb | |
parent | 742f01f1ca5f1006fba3c5c74489f920acca43b3 (diff) |
new ui - initial user changes
Diffstat (limited to 'users/config/routes.rb')
-rw-r--r-- | users/config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/config/routes.rb b/users/config/routes.rb index 9a9a40e..d07cda9 100644 --- a/users/config/routes.rb +++ b/users/config/routes.rb @@ -14,6 +14,9 @@ Rails.application.routes.draw do get "signup" => "users#new", :as => "signup" resources :users do + resource :overview, :only => [:show] + resource :email_settings, :only => [:edit, :update] + resource :account_settings, :only => [:edit, :update] resources :email_aliases, :only => [:destroy], :id => /.*/ end |