Correct name of ActiveRecord
This commit is contained in:
parent
f973bee52b
commit
c38de8027f
6 changed files with 6 additions and 6 deletions
2
vendor/plugins/deadlock_retry/init.rb
vendored
2
vendor/plugins/deadlock_retry/init.rb
vendored
|
@ -1,5 +1,5 @@
|
|||
require 'deadlock_retry'
|
||||
|
||||
if defined?(ActionRecord::Base)
|
||||
if defined?(ActiveRecord::Base)
|
||||
ActiveRecord::Base.send :include, DeadlockRetry
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue