Class: UserCheckoutStatJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/user_checkout_stat_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(user_checkout_stat) ⇒ Object



4
5
6
# File 'app/jobs/user_checkout_stat_job.rb', line 4

def perform(user_checkout_stat)
  user_checkout_stat.transition_to!(:started)
end