From 54a12a93b5d8621b26c003d25ef80c01293e45a7 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Sep 2012 22:14:06 +0200 Subject: Adding in what used to be leap webapp demo we're merging repositories into one --- config.ru | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.ru (limited to 'config.ru') diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..c6ba8bb --- /dev/null +++ b/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 LeapWebDemo::Application -- cgit v1.2.3