Add Helper template
This commit is contained in:
parent
715ffcd5be
commit
bb55aebee1
1 changed files with 7 additions and 0 deletions
7
lib/templates/rails/helper/helper.rb.tt
Normal file
7
lib/templates/rails/helper/helper.rb.tt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||||
|
<% module_namespacing do -%>
|
||||||
|
module <%= class_name %>Helper
|
||||||
|
end
|
||||||
|
<% end -%>
|
Loading…
Reference in a new issue