aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attributes_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Extracted `ActiveRecord::AttributeAssignment` to ↵Bogdan Gusiev2015-01-231-1/+1
| | | | | | `ActiveModel::AttributesAssignment` Allows to use it for any object as an includable module.
* Don't modify the columns hash to set defaults from the attributes APISean Griffin2014-10-311-10/+14
| | | | | Nothing is directly using the columns for the default values anymore. This step helps us get closer not not mutating the columns hash.
* Rename `property` to `attribute`Sean Griffin2014-06-071-0/+111
For consistency with https://github.com/rails/rails/pull/15557