Sha256: ca550c2d3675871f0ddb8fbc3b52795ac32de5c16edd2ad8d0c7ce87b550edf4
Contents?: true
Size: 473 Bytes
Versions: 52
Compression:
Stored size: 473 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments autoload :CommentableInterface, "decidim/api/commentable_interface" autoload :AddCommentType, "decidim/api/add_comment_type" autoload :CommentMutationType, "decidim/api/comment_mutation_type" autoload :CommentType, "decidim/api/comment_type" autoload :CommentableType, "decidim/api/commentable_type" autoload :CommentableMutationType, "decidim/api/commentable_mutation_type" end end
Version data entries
52 entries across 52 versions & 1 rubygems