instance method
index_helper
Ruby on Rails 5.1.7
Since v3.0.20 Private — implementation detail, not part of the public APISignature
index_helper()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 136
def index_helper # :doc:
uncountable? ? "#{plural_table_name}_index" : plural_table_name
end
Defined in railties/lib/rails/generators/named_base.rb line 136
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase