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