clarion/config.ru

5 lines
153 B
Plaintext
Raw Normal View History

2014-07-28 12:34:18 +03:00
# This file is used by Rack-based servers to start the application.
2019-04-28 21:10:54 +03:00
require ::File.expand_path("../config/environment", __FILE__)
2014-07-28 12:34:18 +03:00
run Rails.application