Files
by/app/views/helpers.rb
2026-03-03 21:42:51 +05:00

11 lines
168 B
Ruby

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