Sha256: 724559abef3a8683c7c0f3bab0c87923623a75096a7f8c1e7ed703a975beb1b0
Contents?: true
Size: 533 Bytes
Versions: 8
Compression:
Stored size: 533 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences # This cell renders the Grid (:g) conference card # for a given instance of a Conference class ConferenceGCell < Decidim::CardGCell private def resource_path Decidim::Conferences::Engine.routes.url_helpers.conference_path(model) end def resource_image_path model.attached_uploader(:hero_image).path end def metadata_cell "decidim/conferences/conference_metadata" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems