Spell adapter correctly

This commit is contained in:
Tom Hughes 2011-04-03 18:22:22 +01:00
parent 8dfca713e2
commit 1171bd3d8d

View file

@ -1,4 +1,4 @@
if defined?(ActiveRecord::ConnectionAdaptors::PostgreSQLAdaptor)
if defined?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
module ActiveRecord
module ConnectionAdapters
class PostgreSQLAdapter