Class: UserCheckoutStatQueue

Inherits:
Object
  • Object
show all
Defined in:
app/workers/user_checkout_stat_queue.rb

Class Method Summary collapse

Class Method Details

.perform(user_checkout_stat_id) ⇒ Object



4
5
6
# File 'app/workers/user_checkout_stat_queue.rb', line 4

def self.perform(user_checkout_stat_id)
  UserCheckoutStat.find(user_checkout_stat_id).transition_to!(:started)
end