method
yaml_encoder
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ModelSchema::ClassMethods
yaml_encoder()public
No documentation available.
# File activerecord/lib/active_record/model_schema.rb, line 406
def yaml_encoder # :nodoc:
@yaml_encoder ||= ActiveModel::AttributeSet::YAMLEncoder.new(attribute_types)
end