view config.ru @ 230:e6c29d47192b

Update with non-suspended empty account (wat)
author nanaya <me@nanaya.pro>
date Thu, 28 Apr 2022 22:49:21 +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