diff --git a/config/routes.rb b/config/routes.rb index 29ca5995b..5dc111920 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -94,7 +94,7 @@ Diaspora::Application.routes.draw do get :stats, :as => 'pod_stats' end - resource :profile + resource :profile, :only => [:edit, :update] resources :contacts, :except => [:update, :create] do get :sharing, :on => :collection