module ActiveRecord::ModelSchema::ClassMethods

def yaml_encoder # :nodoc:

:nodoc:
def yaml_encoder # :nodoc:
  @yaml_encoder ||= ActiveModel::AttributeSet::YAMLEncoder.new(attribute_types)
end