instance method
controller_file_name
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
controller_file_name()
No documentation comment.
Source
# File railties/lib/rails/generators/resource_helpers.rb, line 40
def controller_file_name
@controller_file_name ||= file_name.pluralize
end
Defined in railties/lib/rails/generators/resource_helpers.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::ResourceHelpers