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