Method: UserCheckoutStat#state_machine
- Defined in:
- app/models/user_checkout_stat.rb
#state_machine ⇒ Object
15 16 17 |
# File 'app/models/user_checkout_stat.rb', line 15 def state_machine UserCheckoutStatStateMachine.new(self, transition_class: UserCheckoutStatTransition) end |