Sha256: 913197ad24d22a1202e1d623d69eeb95267527d5a600fc69a31e8a16c875b0d4
Contents?: true
Size: 393 Bytes
Versions: 10
Compression:
Stored size: 393 Bytes
Contents
module Avromatic module Model module AllowedWriterMethodsMemoization def self.included(base) base.class_attribute :virtus_object_allowed_writer_methods base.prepend(InstanceMethods) end module InstanceMethods def allowed_writer_methods self.class.virtus_object_allowed_writer_methods ||= super end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems