11 lines
192 B
Ruby
11 lines
192 B
Ruby
# auto_register: false
|
|
# frozen_string_literal: true
|
|
|
|
require "rom-repository"
|
|
|
|
module Adamantium
|
|
class Repo < ROM::Repository::Root
|
|
include Deps[container: "persistence.rom"]
|
|
end
|
|
end
|