socialforge/config.ru

10 lines
259 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
2013-08-11 15:05:55 +08:00
#run RedmineApp::Application
map ActionController::Base.config.relative_url_root || "/" do
run RedmineApp::Application
end