I am trying to migrate from AASM to
statemachine, and I need someway to make statemachine update the
state in the database, i.e. the aasm_state column.
At first I tried on_entry callback, but it's tedious to apply to
every states. Using on_entry on superstate didn't seem to fit, either.
Introducing this callback might be much easier to do this...
I am trying to migrate from AASM to statemachine, and I need someway to make statemachine update the state in the database, i.e. the aasm_state column.
At first I tried on_entry callback, but it's tedious to apply to every states. Using on_entry on superstate didn't seem to fit, either. Introducing this callback might be much easier to do this...
Thank you for considering!