You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyClass.state_machine.events[:stop].branches.flat_map(&:state_requirements).flat_map { |sr| sr[:from].description }.uniq
Something like this could help but there is a Problem mit StateMachines::BlacklistMatchers
I want to get the list of eligible states, such as
MyClass.state_machine.events[:stop][:from]
, get result of[0]
The text was updated successfully, but these errors were encountered: