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

Version Path
dorsale-2.6.8 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.7 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.6 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.5 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.4 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.3 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.2 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.1 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.6.0 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.5.0 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.4.3 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.4.2 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.4.1 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.4.0 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.5 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.4 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.3 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.2 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.1 app/helpers/dorsale/alexandrie/attachments_helper.rb
dorsale-2.3.0 app/helpers/dorsale/alexandrie/attachments_helper.rb