module Decidim::Comments
This module contains all the logic related to the comments component. It exposes a single entry point as a rails helper method to render a React component which handle all the comments render and logic.
This holds the decidim-comments version.
Public Class Methods
data_portable_entities()
click to toggle source
# File lib/decidim/comments.rb, line 20 def self.data_portable_entities ["Decidim::Comments::Comment", "Decidim::Comments::CommentVote"] end
version()
click to toggle source
# File lib/decidim/comments/version.rb, line 6 def self.version "0.24.3" end