Module: WorkflowTemplate::Outcome::Handler::Ok
- Defined in:
- lib/workflow_template/outcome/handler.rb
Class Method Summary collapse
Class Method Details
.default? ⇒ Boolean
84 85 86 |
# File 'lib/workflow_template/outcome/handler.rb', line 84 def self.default? true end |
.run_handler?(_final_state) ⇒ Boolean
88 89 90 |
# File 'lib/workflow_template/outcome/handler.rb', line 88 def self.run_handler?(_final_state) true end |