After_transition block only works after transition, so we have sync issue on new records.
I solved the problem with a few ruby lines. I think someone else might need it. Thank you.
Changed files: Readme.md
Added set_initial_state method and validation method
After_transition block only works after transition, so we have sync issue on new records. I solved the problem with a few ruby lines. I think someone else might need it. Thank you.