datacite/spinone

View on GitHub
app/serializers/resource_type_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ResourceTypeSerializer
  include FastJsonapi::ObjectSerializer
  set_key_transform :dash
  
  set_type "resource-types"
  cache_options enabled: true, cache_length: 1.month
  attributes :title, :updated
end