Sha256: 5e196a43320f20338a05b84f526da4967500095df2cc4cf8641d01d9bc87edc6
Contents?: true
Size: 477 Bytes
Versions: 53
Compression:
Stored size: 477 Bytes
Contents
module Dorsale module Alexandrie module AttachmentsHelper def attachment_form_for(attachable) render "dorsale/alexandrie/attachments/form", attachable: attachable end def attachments_list_for(attachable) render "dorsale/alexandrie/attachments/list", attachable: attachable end def attachments_for(attachable) render "dorsale/alexandrie/attachments/form_and_list", attachable: attachable end end end end
Version data entries
53 entries across 53 versions & 1 rubygems