Sha256: 6b6135df1db3e08b66bd60575c0fce26587be0371244d92d413d16db16a7e152
Contents?: true
Size: 351 Bytes
Versions: 46
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module Decidim module DummyResources class DummyResourcesController < Decidim::Components::BaseController helper Decidim::Comments::CommentsHelper include Decidim::TranslatableAttributes def show @commentable = DummyResources::DummyResource.find(params[:id]) end end end end
Version data entries
46 entries across 46 versions & 1 rubygems