Take index route off until I actually make it

This commit is contained in:
Raphael Sofaer 2011-07-10 20:26:38 -07:00
parent 97ca10ddda
commit 934ae80a5f

View file

@ -15,7 +15,7 @@ Diaspora::Application.routes.draw do
resources :likes, :only => [:create, :destroy, :index]
end
resources :comments, :only => [:create, :destroy, :index]
resources :comments, :only => [:create, :destroy]
resources :posts, :only => [:show, :destroy]
get 'bookmarklet' => 'status_messages#bookmarklet'