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