aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_set/yaml_encoder.rb
Commit message (Collapse)AuthorAgeFilesLines
* Active Model: Use private attr_readerRyuta Kamizono2018-02-261-2/+1
| | | | Follow up of 6d63b5e49a399fe246afcebad45c3c962de268fa.
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-0/+41
Use these to back the attributes API. Stop automatically including ActiveModel::Dirty in ActiveModel::Attributes, and make it optional.