lib/bullet.rb in bullet-4.3.0 vs lib/bullet.rb in bullet-4.3.1

- old
+ new

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