merged/app/helpers/merged/form_helper.rb
2023-01-21 22:43:39 +02:00

6 lines
67 B
Ruby

module Merged
module FormHelper
include ViewHelper
end
end