Flowdock
method

controller_file_name

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: Rails::Generators::ResourceHelpers
controller_file_name() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/resource_helpers.rb, line 40
        def controller_file_name
          @controller_file_name ||= file_name.pluralize
        end
Register or log in to add new notes.