Module: GetThemAll::Notifier

Included in:
Action, SiteDownloader, Worker
Defined in:
lib/get_them_all/notifier.rb

Instance Method Summary collapse

Instance Method Details

#notify(name, *args) ⇒ Object



3
4
5
# File 'lib/get_them_all/notifier.rb', line 3

def notify(name, *args)
  ActiveSupport::Notifications.publish(name, *args)
end