method
index_helper
v3.2.13 -
Show latest stable
- Class:
Rails::Generators::NamedBase
index_helper()protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 123
def index_helper
uncountable? ? "#{plural_table_name}_index" : plural_table_name
end