From 282d6efc356dff622bcf298f9121ea73757fe10d Mon Sep 17 00:00:00 2001 From: Andy Cerier Date: Fri, 10 Sep 2010 10:21:35 -0400 Subject: [PATCH] run the stone --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index eb4abf7..90b04a6 100644 --- a/config.ru +++ b/config.ru @@ -1,3 +1,3 @@ -require 'hello' +require 'stone' run Sinatra::Application