Method: Virgo::Admin::ImagesController#destroy
- Defined in:
- app/controllers/virgo/admin/images_controller.rb
#destroy ⇒ Object
38 39 40 41 42 43 44 |
# File 'app/controllers/virgo/admin/images_controller.rb', line 38 def destroy @image.destroy flash[:notice] = "Image successfully deleted" redirect_to admin_images_path end |