method

command_type

rails latest stable - Class: Rails::Generators
command_type()
public

No documentation available.

# File railties/lib/rails/generators.rb, line 301
        def command_type # :doc:
          @command_type ||= "generator"
        end