class method
self.command_root_namespace
Ruby on Rails 6.0.6.1
Since v5.1.7 Last seen in v7.0.10 Private — implementation detail, not part of the public APISignature
self.command_root_namespace()
No documentation comment.
Source
# File railties/lib/rails/command/base.rb, line 141
def command_root_namespace
(namespace.split(":") - %w(rails)).join(":")
end
Defined in railties/lib/rails/command/base.rb line 141
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Command::Base