removed the share_with route
This commit is contained in:
parent
16b7ec3990
commit
a68dfbcabc
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ Diaspora::Application.routes.draw do
|
||||||
resources :contacts
|
resources :contacts
|
||||||
resources :aspect_memberships
|
resources :aspect_memberships
|
||||||
|
|
||||||
match '/people/share_with' => 'people#share_with', :as => 'share_with'
|
|
||||||
resources :people, :except => [:edit, :update] do
|
resources :people, :except => [:edit, :update] do
|
||||||
resources :status_messages
|
resources :status_messages
|
||||||
resources :photos
|
resources :photos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue