diff --git a/config.ru b/config.ru index bb0b415..fd4bf29 100644 --- a/config.ru +++ b/config.ru @@ -1,3 +1,5 @@ +$:.unshift(__FILE__, ".") + require 'app' use Rack::ShowExceptions