Merge pull request #4479 from oblakeerickson/topics-create-route

Remove route to action that doesn't exist
This commit is contained in:
Régis Hanol 2016-10-04 11:20:25 +02:00 committed by GitHub
commit f6ce2b0f68
1 changed files with 0 additions and 1 deletions

View File

@ -516,7 +516,6 @@ Discourse::Application.routes.draw do
# Topics resource
get "t/:id" => "topics#show"
post "t" => "topics#create"
put "t/:id" => "topics#update"
delete "t/:id" => "topics#destroy"
put "t/:id/archive-message" => "topics#archive_message"