module Bullet::BulletExtensions

Public Instance Methods

notification?() click to toggle source
Calls superclass method
# File lib/bullet-board/ext/bullet.rb, line 3
def notification?
  UniformNotifier.customized_logger = make_board_log if notify_with_new_request?
  requests << current_connection_id

  super
end