Class: ManifestationCheckoutStatJob

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

Instance Method Summary collapse

Instance Method Details

#perform(manifestation_checkout_stat) ⇒ Object



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

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