Sha256: 0bd243f8a798bd23ab1aa0a5ee1f5499c048b8890a6641207195dfe9dd4361a4

Contents?: true

Size: 850 Bytes

Versions: 56

Compression:

Stored size: 850 Bytes

Contents

# frozen_string_literal: true

require "decidim/comments/admin"
require "decidim/comments/engine"
require "decidim/comments/admin_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
    autoload :CommentsHelper, "decidim/comments/comments_helper"
    autoload :AddCommentType, "decidim/comments/api/add_comment_type"
    autoload :CommentMutationType, "decidim/comments/api/comment_mutation_type"
    autoload :CommentType, "decidim/comments/api/comment_type"
    autoload :Commentable, "decidim/comments/commentable"
    autoload :CommentSerializer, "decidim/comments/comment_serializer"
    autoload :Export, "decidim/comments/export"
  end
end

Version data entries

56 entries across 56 versions & 2 rubygems

Version Path
decidim-comments-0.10.1 lib/decidim/comments.rb
decidim-comments-0.10.0 lib/decidim/comments.rb
decidim-comments-0.9.3 lib/decidim/comments.rb
decidim-comments-0.9.2 lib/decidim/comments.rb
decidim-comments-0.9.1 lib/decidim/comments.rb
decidim-comments-0.9.0 lib/decidim/comments.rb
decidim-comments-0.8.4 lib/decidim/comments.rb
decidim-comments-0.8.3 lib/decidim/comments.rb
decidim-comments-0.8.2 lib/decidim/comments.rb
decidim-comments-0.8.1 lib/decidim/comments.rb
decidim-comments-0.8.0 lib/decidim/comments.rb
decidim-comments-0.7.4 lib/decidim/comments.rb
decidim-comments-0.7.3 lib/decidim/comments.rb
decidim-comments-0.7.2 lib/decidim/comments.rb
decidim-comments-0.7.1 lib/decidim/comments.rb
decidim-comments-0.7.0 lib/decidim/comments.rb
decidim-comments-0.6.8 lib/decidim/comments.rb
decidim-0.6.8 decidim-comments/lib/decidim/comments.rb
decidim-comments-0.6.7 lib/decidim/comments.rb
decidim-0.6.7 decidim-comments/lib/decidim/comments.rb