method
command_root_namespace
v5.2.3 -
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 )).first
end