diff options
author | elijah <elijah@riseup.net> | 2013-06-17 01:27:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 04:00:47 -0700 |
commit | e58fd0550b4a29fac9d52dc8a78d04333ccc8c06 (patch) | |
tree | 6267b104a0578645aa3a2f6a88cf2211a47d3d0d /users/config/routes.rb | |
parent | d00fe5bded29ad816bb70caa31414f86c69aaa53 (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 |