Module: Pheromone::Publishable::InstanceMethods
- Includes:
- MethodInvoker
- Defined in:
- lib/pheromone/publishable.rb
Instance Method Summary collapse
Methods included from MethodInvoker
Instance Method Details
#dispatch_messages(message_options:, current_event:) ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/pheromone/publishable.rb', line 60 def (message_options:, current_event:) return unless Pheromone.enabled? .each do || next unless check_conditions(, current_event) (, current_event) end end |