Module: Publisher

Extended by:
ActiveSupport::Concern
Defined in:
app/support/publisher.rb

Instance Method Summary collapse

Instance Method Details

#trigger(*args) ⇒ Object



4
5
6
# File 'app/support/publisher.rb', line 4

def trigger(*args)
  ActiveSupport::Notifications.instrument(*args)
end