Sha256: d35639a5bb201445275d9663b8069d9b5c0ba3b250c37a3cd88b92b234b4ece2

Contents?: true

Size: 730 Bytes

Versions: 8

Compression:

Stored size: 730 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"
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
decidim-comments-0.1.0 lib/decidim/comments.rb
decidim-0.1.0 decidim-comments/lib/decidim/comments.rb
decidim-comments-0.0.8.1 lib/decidim/comments.rb
decidim-0.0.8.1 decidim-comments/lib/decidim/comments.rb
decidim-comments-0.0.7 lib/decidim/comments.rb
decidim-0.0.7 decidim-comments/lib/decidim/comments.rb
decidim-comments-0.0.6 lib/decidim/comments.rb
decidim-0.0.6 decidim-comments/lib/decidim/comments.rb