Sha256: 01dacc20306058d8c33faf53bd8aeaf21eb89adff15b30d6c09be7fa5444f5e3
Contents?: true
Size: 725 Bytes
Versions: 30
Compression:
Stored size: 725 Bytes
Contents
require 'fulmar/domain/service/helper/common_helper' include Fulmar::Domain::Service::Helper::CommonHelper if configuration.feature? :database require 'fulmar/domain/service/helper/database_helper' include Fulmar::Domain::Service::Helper::DatabaseHelper end if configuration.feature? :flow require 'fulmar/domain/service/helper/flow_helper' include Fulmar::Domain::Service::Helper::FlowHelper end if full_configuration[:dependencies].any? require 'fulmar/domain/service/helper/dependencies_helper' include Fulmar::Domain::Service::Helper::DependenciesHelper end if configuration.feature?(:vhost) && configuration.any? { |data| !data[:vhost_template].blank? } require 'fulmar/domain/task/optional/vhost' end
Version data entries
30 entries across 30 versions & 1 rubygems