# File lib/transitions.rb, line 57
  def available_transitions
    get_state_machine.events_for(current_state)
  end