method
help
v6.1.3.1 -
Show latest stable
- Class:
Rails::Command::DestroyCommand
help()public
No documentation available.
# File railties/lib/rails/commands/destroy/destroy_command.rb, line 9
def help
require_application_and_environment!
load_generators
Rails::Generators.help self.class.command_name
end