lib/bullet.rb in bullet-4.1.6 vs lib/bullet.rb in bullet-4.2.0

- old
+ new

@@ -31,10 +31,10 @@ class <<self attr_accessor :enable, :disable_browser_cache attr_reader :notification_collector - delegate :alert=, :console=, :growl=, :rails_logger=, :xmpp=, :to => UniformNotifier + delegate :alert=, :console=, :growl=, :rails_logger=, :xmpp=, :airbrake=, :to => UniformNotifier DETECTORS = [ Bullet::Detector::NPlusOneQuery, Bullet::Detector::UnusedEagerAssociation, Bullet::Detector::Counter ]