aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/binary.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+50
The first step of bringing typecasting to ActiveModel