From a68dfbcabc5462c5e7bc4fa8c337928a622fe7d9 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Thu, 17 Feb 2011 16:56:50 -0800 Subject: [PATCH] removed the share_with route --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 11663df92..06e1242aa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -24,7 +24,6 @@ Diaspora::Application.routes.draw do resources :contacts resources :aspect_memberships - match '/people/share_with' => 'people#share_with', :as => 'share_with' resources :people, :except => [:edit, :update] do resources :status_messages resources :photos