From bd0a3786fd77803e0c9cb2390d3b1fc7122d168b Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 20 Jan 2013 12:13:44 -0500 Subject: [PATCH] Removed prefix from config --- config.ru | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.ru b/config.ru index 2803a7a..1d44e95 100644 --- a/config.ru +++ b/config.ru @@ -1,6 +1,5 @@ # This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) -map "/horses" do - run Community::Application -end +run Community::Application +