aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_assignment.rb
Commit message (Collapse)AuthorAgeFilesLines
* ✂️ and 💅 for #10776Sean Griffin2015-01-231-3/+2
| | | | | 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/+64
`ActiveModel::AttributesAssignment` Allows to use it for any object as an includable module.