diff options
author | James McKinney <james@slashpoundbang.com> | 2012-04-02 17:01:00 +0100 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2012-04-02 17:01:00 +0100 |
commit | 91925edb6a52b8f7e5320ed1c081aff90046dc5c (patch) | |
tree | cec716e38ee145bea5ec740320e9320a365d4508 | |
parent | 2b8d038da26f2d28041ab83eb7226a6ef199eedd (diff) |
add a config.ru so that rack servers can run alaveteli more seamlessly
-rw-r--r-- | config.ru | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 000000000..30b00bfa1 --- /dev/null +++ b/config.ru @@ -0,0 +1,2 @@ +require File.dirname(__FILE__) + '/config/environment' +run ActionController::Dispatcher.new |