Sha256: 695d8d2614b7b8f6bb5a53640c5bd4ac0bee9469cec88cd410b9aa368dadd323
Contents?: true
Size: 321 Bytes
Versions: 6
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true require "decidim/comments/engine" module Decidim # This module contains all the logic related to the comments feature. # It exposes a single entry point as a rails helper method to render # a React component which handle all the comments render and logic. module Comments end end
Version data entries
6 entries across 6 versions & 2 rubygems