Tamsin Gillie
Results
2
issues of
Tamsin Gillie
Fixes #11 Caveat: The way it gets called changes with this, instead of creating an instance of the class with the state machine, call diagram on the class state machine...
Given two classes: ``` class Test include ::AASM class LocalStatusEnum < EnumerateIt::Base associate_values( :my_first_state, :my_second_state ) end class LocalEventEnum < EnumerateIt::Base associate_values( :my_one_event, :my_other_event ) end aasm do state LocalStatusEnum::MY_FIRST_STATE.to_sym...