]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/postgresql_adapter.rb
Remove unused routes
[rails.git] / config / initializers / postgresql_adapter.rb
index b9adf38bbe60b2abca258702d63d3b7b1f12885c..d8f84959cd83f18efc7d256e78fa04f1f91f31f2 100644 (file)
@@ -1,4 +1,4 @@
-if defined?(ActionRecord::ConnectionAdaptors::PostgreSQLAdaptor)
+if defined?(ActiveRecord::ConnectionAdaptors::PostgreSQLAdaptor)
   module ActiveRecord
     module ConnectionAdapters
       class PostgreSQLAdapter