ClassMethods

Constants

Methods

#inherit_serialized_properties

def inherit_serialized_properties(other)
  other.serialized_properties = self.serialized_properties
end

#inherited

def inherited(other)
  inherit_serialized_properties(other) if self.respond_to?(:serialized_properties)
  super
end