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