Allow undeleting comments

This commit is contained in:
Toks
2015-07-11 13:26:55 -04:00
parent fe7f3d8204
commit a4440514ff
5 changed files with 21 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ Rails.application.routes.draw do
end
member do
put :unvote
post :undelete
end
end
resources :counts do