class method
self.command_root_namespace
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v7.0.10 PrivateSignature
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 )).first
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