method
help
v7.1.3.4 -
Show latest stable
- Class:
Rails::Command::GenerateCommand
help()public
No documentation available.
# File railties/lib/rails/commands/generate/generate_command.rb, line 9
def help
boot_application!
load_generators
Rails::Generators.help self.class.command_name
end