method

command_root_namespace

v6.1.3.1 - Show latest stable - Class: Rails::Command::Base
command_root_namespace()
private

No documentation available.

# File railties/lib/rails/command/base.rb, line 141
          def command_root_namespace
            (namespace.split(":") - %(rails)).join(":")
          end