Class: SpreeCmCommissioner::CustomerContentNotificationCreator

Inherits:
BaseInteractor
  • Object
show all
Defined in:
app/interactors/spree_cm_commissioner/customer_content_notification_creator.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
6
7
8
9
10
# File 'app/interactors/spree_cm_commissioner/customer_content_notification_creator.rb', line 3

def call
  validate_user
  validate_customer_notification

  SpreeCmCommissioner::CustomerContentNotification.with(
    customer_notification: context.customer_notification
  ).deliver(context.user)
end