Class: SpreeCmCommissioner::CustomerContentNotificationCreatorJob

Inherits:
ApplicationUniqueJob show all
Defined in:
app/jobs/spree_cm_commissioner/customer_content_notification_creator_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(options) ⇒ Object



3
4
5
# File 'app/jobs/spree_cm_commissioner/customer_content_notification_creator_job.rb', line 3

def perform(options)
  SpreeCmCommissioner::CustomerContentNotificationCreator.new(options).call
end