✨ Recognize teammates in slack by awarding them sparkles!
at main 10 lines 143 B view raw
1# frozen_string_literal: true 2 3require "hanami/db/struct" 4 5module Sparkles 6 module DB 7 class Struct < Hanami::DB::Struct 8 end 9 end 10end