I broke infinite scrolling in a topic

This commit is contained in:
Neil Lalonde 2013-05-31 11:55:51 -04:00
parent 830b7805e9
commit cceac14baf

View File

@ -182,7 +182,7 @@ Discourse::Application.routes.draw do
get 'search' => 'search#query'
# Topics resource
get 't/:id' => 'topics#redirect_to_show'
get 't/:id' => 'topics#show'
delete 't/:id' => 'topics#destroy'
put 't/:id' => 'topics#update'
post 't' => 'topics#create'