class Rails::Generators::NamedBase

def index_helper(type: nil) # :doc:

:doc:
def index_helper(type: nil) # :doc:
  [plural_route_name, ("index" if uncountable?), type].compact.join("_")
end