mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Generated with link:https://alchemists.io/projects/hanamismith[Hanamismith] 1.4.0. This includes the link:https://github.com/minimagick/minimagick[MiniMagick] gem for converting images into black and white images for display on TRMNL devices.
12 lines
195 B
Ruby
12 lines
195 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "hanami/db/relation"
|
|
|
|
module Terminus
|
|
module DB
|
|
# The application database base relation.
|
|
class Relation < Hanami::DB::Relation
|
|
end
|
|
end
|
|
end
|