Skip to content

Commit

Permalink
Take index route off until I actually make it
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Jul 11, 2011
1 parent 97ca10d commit 934ae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -15,7 +15,7 @@
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'
Expand Down

0 comments on commit 934ae80

Please sign in to comment.