require 'rom-repository' module EuchreCamp class Repository < ROM::Repository::Root include Deps[container: 'persistence.rom'] end end