I'm new to state_machine and am trying to use it to model a job application process.
For a given state, there are possible events that can be triggered by the applicant or by the employer. Is there a way to tag an event to indicate this? For instance, I'd like to be able to get a list of all of the transitions that could be triggered by an employer so when the employer is logged in she can see only the available actions that an employer could take on an application.
Or if there is a better to model this, I'd love to know.