Rails::Command

module Rails::Command

Constants

HELP_MAPPINGS

Public Class Methods

invoke(full_namespace, args = [], **config) Show source

Receives a namespace, arguments and the behavior to invoke the command.

# File railties/lib/rails/command.rb, line 30
def invoke(full_namespace, args = [], **config)
  namespace = full_namespace = full_namespace.to_s

  if ch