aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/date.rb
blob: 3c30ad5feccd56e338290817f96466730f697f79 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                               
module ActiveRecord
  module ConnectionAdapters
    module PostgreSQL
      module OID # :nodoc:
        class Date < Type::Date
          include Infinity
        end
      end
    end
  end
end