X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f973bee52b375af9228b972f8740676b86f06f88..c38de8027ff70a650a2b01d12bd5eaf0e5307851:/config/initializers/postgresql_adapter.rb diff --git a/config/initializers/postgresql_adapter.rb b/config/initializers/postgresql_adapter.rb index b9adf38bb..d8f84959c 100644 --- a/config/initializers/postgresql_adapter.rb +++ b/config/initializers/postgresql_adapter.rb @@ -1,4 +1,4 @@ -if defined?(ActionRecord::ConnectionAdaptors::PostgreSQLAdaptor) +if defined?(ActiveRecord::ConnectionAdaptors::PostgreSQLAdaptor) module ActiveRecord module ConnectionAdapters class PostgreSQLAdapter