]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/deadlock_retry/init.rb
fixes http://trac.openstreetmap.org/ticket/3645 . Can now pass in show_other_users...
[rails.git] / vendor / plugins / deadlock_retry / init.rb
1 require 'deadlock_retry'
2
3 if defined?(ActiveRecord::Base)
4   ActiveRecord::Base.send :include, DeadlockRetry
5 end