From 4b6caf11155b7b594fe51aac6e0a62469ec27cb0 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 5 Aug 2024 18:45:29 +1000 Subject: [PATCH] Remove custom repo class --- lib/adamantium/repo.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/adamantium/repo.rb diff --git a/lib/adamantium/repo.rb b/lib/adamantium/repo.rb deleted file mode 100644 index d77c095..0000000 --- a/lib/adamantium/repo.rb +++ /dev/null @@ -1,10 +0,0 @@ -# auto_register: false -# frozen_string_literal: true - -require "rom-repository" - -module Adamantium - class Repo < ROM::Repository::Root - include Deps[container: "persistence.rom"] - end -end