Files
by/app/views/helpers.rb
2026-03-02 23:49:35 +05:00

11 lines
167 B
Ruby

# auto_register: false
# frozen_string_literal: true
module ClashDeckGenerator
module Views
module Helpers
# Add your view helpers here
end
end
end