method

restart_command

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

No documentation available.

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