Method: ActiveRecord::ModelSchema::ClassMethods#yaml_encoder
- Defined in:
- activerecord/lib/active_record/model_schema.rb
#yaml_encoder ⇒ Object
:nodoc:
447 448 449 |
# File 'activerecord/lib/active_record/model_schema.rb', line 447 def yaml_encoder # :nodoc: @yaml_encoder ||= ActiveModel::AttributeSet::YAMLEncoder.new(attribute_types) end |