Module: KeteTrackableItems::WorkflowUtilities::InstanceMethods
- Defined in:
- lib/kete_trackable_items/workflow_utilities.rb
Instance Method Summary collapse
Instance Method Details
#current_state_humanized ⇒ Object
86 87 88 |
# File 'lib/kete_trackable_items/workflow_utilities.rb', line 86 def current_state_humanized current_state.name.to_s.humanize end |