Class: ShelvedNotification
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ShelvedNotification
- Defined in:
- app/models/shelved_notification.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
10 11 12 |
# File 'app/models/shelved_notification.rb', line 10 def process NotificationEmailer.process_notification(notification, no_delay: true) end |