aasm/lib
Dathan Bennett 6a924d6b1f Allow multiple transitions in a single event with the same to and from states
As reported in https://github.com/aasm/aasm/issues/372 and https://github.com/aasm/aasm/issues/362,
if two transitions in the same event have the same `to` and `from` states but differ in their
guards, if any transition is valid, the first transition is the one that's always executed.
This attempts to resolve that issue.
2016-10-12 13:25:55 -07:00
..
aasm Allow multiple transitions in a single event with the same to and from states 2016-10-12 13:25:55 -07:00
generators added custom-name to generator to avoid uninitialized constant error 2016-09-19 22:41:02 +02:00
aasm.rb Support for object proxies for RubyMotion ! 2016-03-19 03:41:04 +01:00
motion-aasm.rb Not compiling redis_persistence.rb for RubyMotion 2016-03-19 14:37:29 +01:00