class AASM::Core::Event

def transitions_to_state(state)

def transitions_to_state(state)
  @transitions.select { |t| t.to == state }
end