aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/helper/templates/helper.rb
blob: 538ab221e73f1f182011fa5531c57e555d4b1fc3 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

<% module_namespacing do -%>
module <%= class_name %>Helper
end
<% end -%>