instance method
file_path
Ruby on Rails 3.0.20
Since v3.0.20Signature
file_path()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 22
def file_path
@file_path ||= (class_path + [file_name]).join('/')
end
Defined in railties/lib/rails/generators/named_base.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase