Add form to publish a new first level comment from the comments box

This commit is contained in:
Amaia Castro
2017-01-18 16:39:06 +01:00
parent 35d2c54b4e
commit 1af047089f
6 changed files with 58 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ Rails.application.routes.draw do
resources :annotations do
get :search, on: :collection
get :comments
post :new_comment
end
end
end