aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/attribute_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-0/+255
Use these to back the attributes API. Stop automatically including ActiveModel::Dirty in ActiveModel::Attributes, and make it optional.