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

Version Path
decidim-comments-0.30.0.rc3 lib/decidim/api/commentable_type.rb
decidim-comments-0.30.0.rc2 lib/decidim/api/commentable_type.rb
decidim-comments-0.30.0.rc1 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.2 lib/decidim/api/commentable_type.rb
decidim-comments-0.28.5 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.1 lib/decidim/api/commentable_type.rb
decidim-comments-0.28.4 lib/decidim/api/commentable_type.rb
decidim-comments-0.27.9 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.0 lib/decidim/api/commentable_type.rb
decidim-comments-0.28.3 lib/decidim/api/commentable_type.rb
decidim-comments-0.27.8 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.0.rc4 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.0.rc3 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.0.rc2 lib/decidim/api/commentable_type.rb
decidim-comments-0.29.0.rc1 lib/decidim/api/commentable_type.rb
decidim-comments-0.28.2 lib/decidim/api/commentable_type.rb
decidim-comments-0.27.7 lib/decidim/api/commentable_type.rb
decidim-comments-0.28.1 lib/decidim/api/commentable_type.rb
decidim-comments-0.27.6 lib/decidim/api/commentable_type.rb
decidim-comments-0.26.10 lib/decidim/api/commentable_type.rb