module ActiveRecord::Type

Public Class Methods

adapter_name_from(_model) click to toggle source

Return :postgresql instead of :cockroachdb for current_adapter_name so we can continue using the ActiveRecord::Types defined in PostgreSQLAdapter.

# File lib/active_record/connection_adapters/cockroachdb/type.rb, line 7
def adapter_name_from(_model)
  :postgresql
end