aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/unsigned_integer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-15/+0
| | | | ie. DecimalWithoutScale, Text and UnsignedInteger
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
|
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+15
The first step of bringing typecasting to ActiveModel