Fix typo that stopped monkey patch working

This commit is contained in:
Tom Hughes 2010-07-19 12:36:30 +01:00
parent 140455c0f8
commit 8abe7ec6ed

View file

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