instance method
namespaced_file_path
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v4.2.9Signature
namespaced_file_path()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 85
def namespaced_file_path
@namespaced_file_path ||= namespaced_class_path.join("/")
end
Defined in railties/lib/rails/generators/named_base.rb line 85
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase