method
file_path
v4.1.8 -
Show latest stable
- Class:
Rails::Generators::NamedBase
file_path()protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 77
def file_path
@file_path ||= (class_path + [file_name]).join('/')
end