lib/fulmar/domain/task/base.rake in fulmar-1.3.0 vs lib/fulmar/domain/task/base.rake in fulmar-1.4.0

- old
+ new

@@ -7,5 +7,10 @@ if configuration.feature? :flow require 'fulmar/service/helper/flow_helper' include Fulmar::Domain::Service::Helper::FlowHelper end + +if full_configuration[:dependencies].any? + require 'fulmar/service/helper/dependencies_helper' + include Fulmar::Domain::Service::Helper::DependenciesHelper +end \ No newline at end of file