aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/date.rb
blob: ccafed054efd8fc219ea981134f79f15c2b919d3 (plain) (blame)
1
2
3
4
5
6
7
module ActiveRecord
  module Type
    class Date < ActiveModel::Type::Date
      include Internal::Timezone
    end
  end
end