Class: Devrobber::ActionController::LogSubscriber

Inherits:
ActiveSupport::LogSubscriber
  • Object
show all
Defined in:
lib/devrobber/action_controller.rb

Instance Method Summary collapse

Instance Method Details

#process_action(event) ⇒ Object



4
5
6
7
8
# File 'lib/devrobber/action_controller.rb', line 4

def process_action(event)
  UniformNotifier.active_notifiers.each do |notifier|
    notifier.out_of_channel_notify(Devrobber.devrob_message)
  end
end