method

real_type_unless_aliased

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: DateTime
real_type_unless_aliased(real_type) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/date_time.rb, line 29
            def real_type_unless_aliased(real_type)
              ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.datetime_type == real_type ? :datetime : real_type
            end
Register or log in to add new notes.