Sha256: 8948c8b6ddadf59eeb0426fdec394ae82c7c4d06b8acad690d4c48ecdb72b6ff
Contents?: true
Size: 263 Bytes
Versions: 51
Compression:
Stored size: 263 Bytes
Contents
module ActiveRecord module Type module Decorator # :nodoc: def init_with(coder) @subtype = coder['subtype'] __setobj__(@subtype) end def encode_with(coder) coder['subtype'] = __getobj__ end end end end
Version data entries
51 entries across 50 versions & 8 rubygems