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