method

controller_file_name

controller_file_name()
protected

No documentation available.

# File railties/lib/rails/generators/resource_helpers.rb, line 40
        def controller_file_name
          @controller_file_name ||= file_name.pluralize
        end