chexpire/config.ru

9 lignes
178 B
Plaintext
Brut Lien permanent Vue normale Historique

2018-05-23 10:32:04 +02:00
# This file is used by Rack-based servers to start the application.
2018-05-23 10:47:30 +02:00
require_relative "config/environment"
2018-05-23 10:32:04 +02:00
use Rack::Locale
2018-05-23 10:32:04 +02:00
run Rails.application
2022-02-13 10:25:06 +01:00
Rails.application.load_server