aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/mutable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-0/+16
We have several mutable types on Active Record now. (Serialized, JSON, HStore). We need to be able to detect if these have been modified in place.