class AASM::Core::Event
def transitions_from_state(state)
def transitions_from_state(state) @transitions.select { |t| t.from.nil? or t.from == state } end
def transitions_from_state(state) @transitions.select { |t| t.from.nil? or t.from == state } end