21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 14:00:50 +02:00
chexpire/config.ru

8 lines
148 B
Ruby

# This file is used by Rack-based servers to start the application.
require_relative "config/environment"
use Rack::Locale
run Rails.application