method
controller_file_name
rails latest stable - Class:
Rails::Generators::ResourceHelpers
controller_file_name()protected
No documentation available.
# File railties/lib/rails/generators/resource_helpers.rb, line 38
def controller_file_name
@controller_file_name ||= file_name.pluralize
end