Skip to content

Commit

Permalink
I broke infinite scrolling in a topic
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed May 31, 2013
1 parent 830b780 commit cceac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
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'
Expand Down

0 comments on commit cceac14

Please sign in to comment.