aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/internal/timezone.rb
Commit message (Collapse)AuthorAgeFilesLines
* Various stylistic nitpicksSean Griffin2015-09-211-1/+1
| | | | | | | We do not need to require each file from AM individually, the type module does that for us. Even if the classes are extremely small right now, I'd rather keep any custom classes needed by AR in their own files, as they can easily have more complex changes in the future.
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+15
The first step of bringing typecasting to ActiveModel