Method: Filemagic::ImageController#delete
- Defined in:
- app/controllers/filemagic/image_controller.rb
#delete ⇒ Object
15 16 17 18 19 |
# File 'app/controllers/filemagic/image_controller.rb', line 15 def delete return_json = { files: [{"picture1.jpg" => true}] } render json: return_json, content_type: request.format end |