From b145840323316610dd5a958cad89bbb84712ca5b Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Wed, 20 Jul 2016 14:37:49 +0200 Subject: Initial commit w/currently running code --- 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..bd83b25 --- /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 Rails.application -- cgit v1.2.3-65-gdbad