diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 65858f9df..5b10a1fae 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -62,7 +62,7 @@ ActionController::Routing::Routes.draw do |map| user.show_user '/user/:url_name', :action => 'show' user.contact_user '/user/contact/:id', :action => 'contact' user.river '/river', :action => 'river' - user.profile_photo '/profile_photo', :action => 'profile_photo' + user.set_profile_photo '/set_profile_photo', :action => 'set_profile_photo' end map.with_options :controller => 'public_body' do |body| |