method

help

rails latest stable - Class: Rails::Command::DestroyCommand
help()
public

No documentation available.

# File railties/lib/rails/commands/destroy/destroy_command.rb, line 9
        def help
          boot_application!
          load_generators

          Rails::Generators.help self.class.command_name
        end