21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 02:05:09 +02:00
chexpire/config.ru

6 lines
130 B
Plaintext
Raw Permalink Normal View History

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
run Rails.application