Flowdock
method

help

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: DestroyCommand
help() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.