Method: Hyrax::Workflow::NotificationGenerator#call
- Defined in:
- app/services/hyrax/workflow/notification_generator.rb
#call ⇒ Object
23 24 25 26 27 28 |
# File 'app/services/hyrax/workflow/notification_generator.rb', line 23 def call notification = persist_notification assign_recipients_to(notification: notification) assign_scope_and_reason_to(notification: notification) notification end |