Sha256: dc1dc08a332f3454efb8ee8b25e33571cb49ea0eab62276f0e8bd20abf571ecd
Contents?: true
Size: 426 Bytes
Versions: 59
Compression:
Stored size: 426 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals # A module with all the gallery common methods for proposals # and collaborative draft commands. # Allows to create several image attachments at once module GalleryMethods include ::Decidim::GalleryMethods private def gallery_allowed? @form.current_component.settings.attachments_allowed? end end end end
Version data entries
59 entries across 59 versions & 1 rubygems