pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class
http://www.pluginaweek.org
MIT License
3.74k stars 505 forks source link

Add graph label option to transitions #345

Open gstark opened 9 years ago

gstark commented 9 years ago

Adds the ability to customize the transition label when generating graphviz files. This overrides the event name currently used.

See test case and doc update for example usage.