From 934ae80a5f862cf107d2ca3c80063eda0081d0cb Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Sun, 10 Jul 2011 20:26:38 -0700 Subject: [PATCH] Take index route off until I actually make it --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8d1705a01..8032d9cca 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'