Sha256: fb20fb44e02974f76147805765057ba4a4bfa224b4ba5e0cfeb1ea377b23f137
Contents?: true
Size: 482 Bytes
Versions: 131
Compression:
Stored size: 482 Bytes
Contents
module ForestLiana class StatSerializer include ForestAdmin::JSONAPI::Serializer attribute :value def type 'stats' end def format_name(attribute_name) attribute_name.to_s end def unformat_name(attribute_name) attribute_name.to_s.underscore end def self_link nil end def relationship_self_link(attribute_name) nil end def relationship_related_link(attribute_name) nil end end end
Version data entries
131 entries across 131 versions & 1 rubygems