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