summaryrefslogtreecommitdiff
path: root/config.ru
blob: 7b4c2bd34b6e5a1a096c9fc2f98cf35b82276c50 (plain)
1
2
3
4
5
6
7
# This file is used by Rack-based servers to start the application.

require 'http_accept_language'
use HttpAcceptLanguage::Middleware

require ::File.expand_path('../config/environment',  __FILE__)
run LeapWeb::Application