From eb3177b0d8de10f316ac595dff3b8165cf828796 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Jan 2018 23:23:05 +0000 Subject: Initial commit --- config.ru | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.ru (limited to 'config.ru') diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..b5f2923 --- /dev/null +++ b/config.ru @@ -0,0 +1,3 @@ +require_relative 'config/environment' + +run Rails.application -- cgit v1.2.3