diff options
author | Azul <azul@leap.se> | 2012-10-08 19:50:00 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-08 19:50:14 +0200 |
commit | f5aea5347601c3500bb3670971d44995c35c3c7b (patch) | |
tree | 8288ec645a4421678f9a5c75e99a51052f0f0283 /test/dummy/config.ru | |
parent | a00a0475515fc1576d88e2c9bcc99e844726d37d (diff) |
use couchrest session store in core, updated dummy path
Diffstat (limited to 'test/dummy/config.ru')
-rw-r--r-- | test/dummy/config.ru | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dummy/config.ru b/test/dummy/config.ru new file mode 100644 index 0000000..1989ed8 --- /dev/null +++ b/test/dummy/config.ru @@ -0,0 +1,4 @@ +# This file is used by Rack-based servers to start the application. + +require ::File.expand_path('../config/environment', __FILE__) +run Dummy::Application |