Module: Tolliver::Models::NotificationReceiver
- Extended by:
- ActiveSupport::Concern
- Included in:
- NotificationReceiver
- Defined in:
- lib/tolliver/models/notification_receiver.rb
Instance Method Summary collapse
-
#deliver ⇒ Object
*********************************************************************** Delivery ***********************************************************************.
Instance Method Details
#deliver ⇒ Object
*********************************************************************** Delivery ***********************************************************************
48 49 50 |
# File 'lib/tolliver/models/notification_receiver.rb', line 48 def deliver self.notification_delivery.method_service.deliver(self) end |