lib/fulmar/service/helper/flow_helper.rb in fulmar-1.0.0 vs lib/fulmar/service/helper/flow_helper.rb in fulmar-1.1.0

- old
+ new

@@ -2,9 +2,10 @@ module Fulmar module Domain module Service module Helper + # Provides access helper to the flow service from within a task module FlowHelper def flow storage['flow'] ||= Fulmar::Infrastructure::Service::FlowService.new remote_shell, configuration end end