Sha256: cf94a6e9bdd943bcdf96a85aefde92cb25d0642f22a07bfd88b03b6158ab079b
Contents?: true
Size: 307 Bytes
Versions: 18
Compression:
Stored size: 307 Bytes
Contents
module ActiveRecord module Type class << self # Return :postgresql instead of :cockroachdb for current_adapter_name so # we can continue using the ActiveRecord::Types defined in # PostgreSQLAdapter. def adapter_name_from(_model) :postgresql end end end end
Version data entries
18 entries across 18 versions & 1 rubygems