method

restart_command

v5.1.7 - Show latest stable - Class: Rails::Server
restart_command()
private

No documentation available.

# File railties/lib/rails/commands/server/server_command.rb, line 91
      def restart_command
        "bin/rails server #{ARGV.join(' ')}"
      end