11 lines
139 B
Ruby
11 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "hanami/db/repo"
|
|
|
|
module Adamantium
|
|
module DB
|
|
class Repo < Hanami::DB::Repo
|
|
end
|
|
end
|
|
end
|