method
controller_file_path
v4.1.8 -
Show latest stable
- Class:
Rails::Generators::ResourceHelpers
controller_file_path()protected
No documentation available.
# File railties/lib/rails/generators/resource_helpers.rb, line 55
def controller_file_path
@controller_file_path ||= (controller_class_path + [controller_file_name]).join('/')
end