method
file_path
v5.1.7 -
Show latest stable
- Class:
Rails::Generators::NamedBase
file_path()private
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 89
def file_path # :doc:
@file_path ||= (class_path + [file_name]).join("/")
end