Module: Bullet::BulletExtensions

Included in:
Bullet
Defined in:
lib/bullet-board/ext/bullet.rb

Instance Method Summary collapse

Instance Method Details

#notification?Boolean

Returns:

  • (Boolean)


3
4
5
6
7
8
# 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