Is it possible to get all events from a model class? I want to filter a list by events.
There was a similar question on mailinglist about all transitions.
I am using https://github.com/pluginaweek/state_machine
|
Is it possible to get all events from a model class? I want to filter a list by events. There was a similar question on mailinglist about all transitions. I am using https://github.com/pluginaweek/state_machine |
|||||||||
|
|
Right on the github page you link to it shows the API methods for:
and
|
|||||||
|
|
This is how I did it, to only list the keys
|
|||
|
|