Class: FormAnswerAttachmentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- FormAnswerAttachmentsController
- Defined in:
- app/controllers/form_answer_attachments_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 |
# File 'app/controllers/form_answer_attachments_controller.rb', line 3 def destroy = ActiveadminSelleoCms::FormAnswerAttachment.find(params[:id]) .destroy end |