Sha256: f0d36e4f27efc21bd3d162d442c0324c7c85922d7fb1119dcb0da637b93db8c4
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
class FormAnswerAttachmentsController < ApplicationController def destroy @attachment = ActiveadminSelleoCms::FormAnswerAttachment.find(params[:id]) @attachment.destroy end end
Version data entries
4 entries across 4 versions & 1 rubygems