Method: ActiveNotifier::Base.deliver_now
- Defined in:
- lib/active_notifier/base.rb
.deliver_now(attributes) ⇒ Object
34 35 36 |
# File 'lib/active_notifier/base.rb', line 34 def deliver_now(attributes) new(attributes).deliver_now end |