diff options
author | elijah <elijah@riseup.net> | 2013-12-23 10:32:57 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-23 10:32:57 -0800 |
commit | 0a0fca60b3401d6c2888c98c7ca27b8bcb63d318 (patch) | |
tree | 56aa11a2da4d227c163d0e6a48d4ee12f741e07e | |
parent | 5f00ae48047f32f9068281af65fb349a7e79c22d (diff) |
hotfix to make webapp work with rack again.
-rw-r--r-- | config.ru | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # This file is used by Rack-based servers to start the application. +require ::File.expand_path('../config/environment', __FILE__) + require 'http_accept_language' use HttpAcceptLanguage::Middleware -require ::File.expand_path('../config/environment', __FILE__) run LeapWeb::Application |