lib/eco/api/session/config/workflow.rb in eco-helpers-2.5.2 vs lib/eco/api/session/config/workflow.rb in eco-helpers-2.5.3
- old
+ new
@@ -288,10 +288,9 @@
def stage(key)
self.class.validate_stage(key)
@stages[key] ||= self.class.workflow_class(key).new(key, _parent: self, config: config)
end
-
end
end
end
end
end