aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_decorators.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+34
We need to decorate the types lazily. This is extracted to a separate API, as there are other refactorings that will be able to make use of it, and to allow unit testing the finer points more granularly.