Sha256: f6bdaec88ffda5c5071733ac04f8a2930f34446554287b1a1102fb81c6d495fe
Contents?: true
Size: 290 Bytes
Versions: 55
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # This type represents a commentable object. class CommentableType < Decidim::Api::Types::BaseObject description "A commentable object" implements Decidim::Comments::CommentableInterface end end end
Version data entries
55 entries across 55 versions & 1 rubygems