Sha256: d767bccf3b587d8554a3cea43d41413b34b465f3292f4e6931327f7a672edca4
Contents?: true
Size: 311 Bytes
Versions: 18
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true # handle postgis adapter as if it were postgresql, # only override the adapter_method used for initialization require 'apartment/adapters/postgresql_adapter' module Apartment module Tenant def self.postgis_adapter(config) postgresql_adapter(config) end end end
Version data entries
18 entries across 18 versions & 3 rubygems