gocardless / statesman

A statesmanlike state machine library.
https://gocardless.com/blog/statesman/
MIT License
1.78k stars 163 forks source link

Guide for keeping state column in sync. #397

Open mehmetaydogduu opened 4 years ago

mehmetaydogduu commented 4 years ago

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.