Class: FormAnswerAttachmentsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/form_answer_attachments_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



3
4
5
6
# File 'app/controllers/form_answer_attachments_controller.rb', line 3

def destroy
  @attachment = ActiveadminSelleoCms::FormAnswerAttachment.find(params[:id])
  @attachment.destroy
end