Merge branch 'master' of github.com:diaspora/diaspora_rails into pivots

Conflicts:
	config/routes.rb
This commit is contained in:
Raphael 2010-08-17 19:42:30 -07:00
commit d2f50008f7

View file

@ -1,6 +1,6 @@
Diaspora::Application.routes.draw do |map|
resources :people
resources :users, :only => [:edit]
resources :users, :only => [:edit, :show]
resources :status_messages
resources :comments
resources :requests