Method: Mutx::Notification.send
- Defined in:
- lib/mutx/lib/notification.rb
.send(type, destination, options = {}) ⇒ Object
13 14 15 |
# File 'lib/mutx/lib/notification.rb', line 13 def self.send(type, destination, ={}) Mutx::Workers::Notificator.perform_async(type, destination, ) end |