Hi,
I absolutely love this gem, but have one question. In the summary of the gem I read that it supports inheritance, but I cannot find any documentation on this.
Lets say I have a process called HireEmployee with some transitions and events. Now I want to implement a new process called HireReallyTalentedEmployee. This process is almost the same as HireEmployee, but just a little bit different. Wat I would like do to is to extend the HireEmployee class and add and remove some transitions.
Would something like this be possible? Love to see an example.
Cheers,
AJ