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