method

restart_command

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

No documentation available.

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