Fix typo that stopped monkey patch working
This commit is contained in:
parent
140455c0f8
commit
8abe7ec6ed
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if defined?(ActiveRecord::ConnectionAdaptors::AbstractAdaptor)
|
||||
if defined?(ActiveRecord::ConnectionAdaptors::AbstractAdapter)
|
||||
module ActiveRecord
|
||||
module ConnectionAdapters
|
||||
class AbstractAdapter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue