Class: ConeyIsland::Notifiers::BaseNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/coney_island/notifiers/base_notifier.rb

Class Method Summary collapse

Class Method Details

.notify(message = "", extra_params = {}) ⇒ Object



4
5
6
# File 'lib/coney_island/notifiers/base_notifier.rb', line 4

def self.notify(message = "", extra_params = {})
  # NOOP
end