Retrospring/config.ru

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
154 B
Plaintext
Raw Normal View History

2014-08-01 02:23:47 -07:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application