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