]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/deadlock_retry/init.rb
Use a list for the main menu, rather than br-separated links
[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