view config.ru @ 231:01f3a7e073c3

Remove unsupported namespace syntax Leftover from redis-rails.
author nanaya <me@nanaya.net>
date Mon, 16 Jan 2023 16:23:29 +0900
parents 2335107f35d0
children
line wrap: on
line source

# This file is used by Rack-based servers to start the application.

require_relative "config/environment"

run Rails.application
Rails.application.load_server