✨ Recognize teammates in slack by awarding them sparkles!
at main 8 lines 101 B view raw
1# frozen_string_literal: true 2 3require "hanami" 4 5module Sparkles 6 class App < Hanami::App 7 end 8end