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