Sha256: 8a65ede0d92aa05da979702202fbd7121c6ec0c8a817321089ab77fa66137e1a
Contents?: true
Size: 230 Bytes
Versions: 13
Compression:
Stored size: 230 Bytes
Contents
module ActiveModel class Serializer class Null < Serializer def attributes(*) {} end def associations(*) {} end def serializable_hash(*) {} end end end end
Version data entries
13 entries across 13 versions & 2 rubygems