fix: missing subclass transitions#12
fix: missing subclass transitions#12ObscurePlatypoctopus wants to merge 2 commits intoKatee:masterfrom
Conversation
|
@Katee, @ObscurePlatypoctopus is correct and this PR fixes the issue. @ObscurePlatypoctopus welcome! And thank you for the PR! Some quick notes/observations:
Again, thank you for the fix! |
|
@mihaimuntenas Thank you for the notes! I think the Ruby version I was using did not support the older bundler, but I don't think the upgrade was required after all so I removed it. I also adjusted the rake task as per your notes, but I did not manage to verify it yet. I think there may be another issue in the Rakefile where fails if not using rails, because string.present? is missing. I'm assuming aasm is usually used with rails so maybe this is not a big deal. |
|
@ObscurePlatypoctopus you are so right! |
|
@Katee Is there anything this needs before it can be merged? |
|
@Katee Would be nice if it was merged |
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 instead.