Skip to content

Commit

Permalink
add airbrake notifier via uniform_notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kosmatov committed Sep 27, 2012
1 parent c3514f9 commit 543c4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bullet.rb
Expand Up @@ -33,7 +33,7 @@ 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,
Expand Down

0 comments on commit 543c4d8

Please sign in to comment.