aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/float.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
| | | | Only `Date` and `Time` are handled.
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+23
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`