Allow users to delete their own comments
This commit is contained in:
committed by
Javi Martín
parent
fa14976cfd
commit
0698c0ff4f
@@ -3,5 +3,6 @@ resources :comments, only: [:create, :show], shallow: true do
|
||||
post :vote
|
||||
put :flag
|
||||
put :unflag
|
||||
put :hide
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user