instance method
new_helper
Ruby on Rails 5.1.7
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
new_helper()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 148
def new_helper # :doc:
"new_#{singular_table_name}_url"
end
Defined in railties/lib/rails/generators/named_base.rb line 148
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase