aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/attribute_assignment_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* ✂️ and 💅 for #10776Sean Griffin2015-01-231-29/+30
| | | | | Minor style changes across the board. Changed an alias to an explicit method declaration, since the alias will not be documented otherwise.
* Extracted `ActiveRecord::AttributeAssignment` to ↵Bogdan Gusiev2015-01-231-0/+106
`ActiveModel::AttributesAssignment` Allows to use it for any object as an includable module.