module ActiveRecord::ConnectionAdapters::PostGIS::OID::DateTime
Protected Instance Methods
Source
# File lib/active_record/connection_adapters/postgis/oid/date_time.rb, line 11 def real_type_unless_aliased(real_type) ActiveRecord::ConnectionAdapters::PostGISAdapter.datetime_type == real_type ? :datetime : real_type end
Uses PostGIS
instead of PostgreSQLAdapter