instance method
namespaced_path
Ruby on Rails 5.1.7
Since v4.0.13 Last seen in v5.1.7 Private — implementation detail, not part of the public APISignature
namespaced_path()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 105
def namespaced_path # :doc:
@namespaced_path ||= namespace_dirs.join("/")
end
Defined in railties/lib/rails/generators/named_base.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase