Class: SpreeCmCommissioner::OauthAccessTokens::CleanupExpiredJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/spree_cm_commissioner/oauth_access_tokens/cleanup_expired_job.rb

Instance Method Summary collapse

Methods included from ApplicationJobDecorator

handle_deserialization_error, prepended

Instance Method Details

#performObject



6
7
8
# File 'app/jobs/spree_cm_commissioner/oauth_access_tokens/cleanup_expired_job.rb', line 6

def perform
  SpreeCmCommissioner::OauthAccessTokens::CleanupExpired.new.call
end