Files
terminus/app/db/struct.rb
T
Brooke Kuhlmann 81c5f67fa9 Added project skeleton
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.
2025-03-11 20:02:36 -06:00

12 lines
187 B
Ruby

# frozen_string_literal: true
require "hanami/db/struct"
module Terminus
module DB
# The application database base struct.
class Struct < Hanami::DB::Struct
end
end
end