Sha256: 58ea97e966a412fc9798a489cb9886b4562e8d7e8017acf0fd61421753488504
Contents?: true
Size: 313 Bytes
Versions: 20
Compression:
Stored size: 313 Bytes
Contents
module Inferno module Web module Serializers class Preset < Serializer view :summary do identifier :id field :title end # view :full do # include_view :summary # field :inputs, blueprint: Input # end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems