Class: ShelvedNotification

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/shelved_notification.rb

Instance Method Summary collapse

Instance Method Details

#processObject



6
7
8
# File 'app/models/shelved_notification.rb', line 6

def process
  NotificationEmailer.process_notification(notification, no_delay: true)
end