instance method
index_helper
Ruby on Rails 6.1.7.10
Since v3.0.20 PrivateSignature
index_helper()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 97
def index_helper # :doc:
uncountable? ? "#{plural_route_name}_index" : plural_route_name
end
Defined in railties/lib/rails/generators/named_base.rb line 97
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase