Allow to remove budget investment image from edit image page to authors and administrators.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-23 14:23:58 +02:00
parent 943ef06ec8
commit 4469aa9b32
11 changed files with 85 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ Rails.application.routes.draw do
post :vote
get :edit_image
put :update_image
delete :remove_image
end
collection { get :suggest }
end