method
restart_command
v6.1.7.7 -
Show latest stable
- Class:
Rails::Command::ServerCommand
restart_command()private
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 230
def restart_command
"bin/rails server #{@original_options.join(" ")} --restart"
end