Skip to content

Instantly share code, notes, and snippets.

@valterbarros
Created January 4, 2018 13:33
Show Gist options
  • Save valterbarros/4fe478b1137fa75f688c840f5f7be2a2 to your computer and use it in GitHub Desktop.
Save valterbarros/4fe478b1137fa75f688c840f5f7be2a2 to your computer and use it in GitHub Desktop.
include ::Injections
register_injections ConstructionSiteStatus: %I[repo manager_creator]
module Injections
module ConstructionSiteStatus
def provide_construction_site_status_repo
@construction_site_status_repo ||= Repositories::Obras:: \
ConstructionSiteStatus::DelegateRepository.new
end
def provide_manager_creator
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment