Commit ea7ee9fa

mo khan <mo@mokhan.ca>
2013-07-20 00:40:20
change passwords path to pwd
1 parent af5afe0
Changed files (1)
config/routes.rb
@@ -47,7 +47,7 @@ Cake::Application.routes.draw do
   match "/comments.xml", :to => "sitemap#comments", :defaults => {:format => :xml}
 
   resources :settings, :only => [:index, :update]
-  resources :passwords, :only => [:index, :update]
+  resources :passwords, :only => [:index, :update], :path => :pwd
   resources :avatars, :only => [:edit, :update]
 
   resources :notifications, :only => [:index]