Katello/katello

View on GitHub
app/views/katello/api/v2/ansible_collections/base.json.rabl

Summary

Maintainability
Test Coverage
object @resource

attributes :id
attributes :name
attributes :namespace
attributes :version
attributes :checksum
attributes :description

node :tags do |collection|
  collection.tags.map(&:name)
end