Sha256: 25cbfd40d545b9508f8d6d8ecd817531e068f359031c1383b3a6f4c6151f7f1d
Contents?: true
Size: 332 Bytes
Versions: 80
Compression:
Stored size: 332 Bytes
Contents
require 'jsonapi-serializers' class ForestLiana::ActionSerializer include JSONAPI::Serializer attribute :name attribute :http_method attribute :endpoint attribute :fields attribute :redirect def relationship_related_link(attribute_name) nil end def relationship_self_link(attribute_name) nil end end
Version data entries
80 entries across 80 versions & 1 rubygems