state_machines icon indicating copy to clipboard operation
state_machines copied to clipboard

Better readme on static / dynamic definitons chapter

Open ristovskiv opened this issue 8 years ago • 1 comments

The code that was posted before changed the value of the state method in the Vehicle class to the initial one, no matter if it already has one or not.

ristovskiv avatar Dec 17 '16 19:12 ristovskiv

Was useful to fix the problem with activerecord and dynamic state machine class (dynamic state machine class overrides activerecord object state to initial on each initialization).

evsyukovmv avatar Sep 19 '17 15:09 evsyukovmv