11 lines
160 B
Ruby
11 lines
160 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "hanami/db/relation"
|
|
|
|
module ClashDeckGenerator2
|
|
module DB
|
|
class Relation < Hanami::DB::Relation
|
|
end
|
|
end
|
|
end
|