Sha256: 76ca6dbc5d8f52fff956db49fc91b2e44ab32da489129cce0dfa6dd8340cc3c1
Contents?: true
Size: 317 Bytes
Versions: 14
Compression:
Stored size: 317 Bytes
Contents
module ActiveRecord module Type class << self private # Return :postgresql instead of :cockroachdb for current_adapter_name so # we can continue using the ActiveRecord::Types defined in # PostgreSQLAdapter. def current_adapter_name :postgresql end end end end
Version data entries
14 entries across 14 versions & 1 rubygems