require 'projects/app' require 'projects/project_service' # By default, we include the HVEProject implementation, but it isn't really # used unless the HVE_PROJECTS_PATH gets set. It's likely that applications # will set this as part of their configuration. Thus, you'll never truly # know if you won't want to have this implementation. require 'helix_versioning_engine/hve_projects_service/init_project_service' module Projects end