class AASM::InstanceBase

def human_state

def human_state
  state_object_for_name(current_state).display_name
end