diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-14 12:33:21 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-14 12:33:21 +0100 |
commit | 3975bcbd9c1c23467a6657f9c8741f49b17e9cc1 (patch) | |
tree | eee38ea4a31a056b39e57b7da33c2f7f2f63e59e /config/routes.rb | |
parent | 2bb33debfb2ada973215f4be7c829ef8a17eb13c (diff) |
Rename action to say it is setting photo
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| |