method
index_helper
v6.1.7.7 -
Show latest stable
- Class:
Rails::Generators::NamedBase
index_helper()private
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 97
def index_helper # :doc:
uncountable? ? "#{plural_route_name}_index" : plural_route_name
end