From 06238add69c222217fe49884b6d3b9293528486a Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 26 Apr 2015 14:13:12 +0100 Subject: [PATCH] Fix threadsafe Haml warning --- app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.rb b/app.rb index e502fa1..def99ea 100644 --- a/app.rb +++ b/app.rb @@ -1,6 +1,6 @@ require 'sinatra' # require 'sinatra-helpers/haml/partials' -require 'haml' +require 'tilt/haml' require 'data_mapper' require './models'