]> git.openstreetmap.org Git - rails.git/commitdiff
Spell adapter correctly
authorTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 17:22:22 +0000 (18:22 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 17:22:22 +0000 (18:22 +0100)
config/initializers/postgresql_adapter.rb

index 6e77a3fb0577a72092921f4554a943cc64123609..75971e4bf115980f294c7e591b299a8434c7591b 100644 (file)
@@ -1,4 +1,4 @@
-if defined?(ActiveRecord::ConnectionAdaptors::PostgreSQLAdaptor)
+if defined?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
   module ActiveRecord
     module ConnectionAdapters
       class PostgreSQLAdapter