method
command_root_namespace
v6.0.0 -
Show latest stable
- Class:
Rails::Command::Base
command_root_namespace()private
No documentation available.
# File railties/lib/rails/command/base.rb, line 137
def command_root_namespace
(namespace.split(":") - %(rails)).join(":")
end