method

command_type

v6.1.7.7 - Show latest stable - Class: Rails::Command
command_type()
private

No documentation available.

# File railties/lib/rails/command.rb, line 105
        def command_type # :doc:
          @command_type ||= "command"
        end