diff --git a/config/routes.rb b/config/routes.rb index 73756ece3..10ae90fde 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -69,7 +69,9 @@ Rails.application.routes.draw do delete :delete_set end resources :comments do - post :reply + collection do + post :reply + end end end