From 01f6a0aad5c407a0e194edd636ab3d48434afce6 Mon Sep 17 00:00:00 2001 From: did Date: Thu, 25 Aug 2011 15:32:00 +0200 Subject: [PATCH] fix issue #171 --- lib/locomotive/engine.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/locomotive/engine.rb b/lib/locomotive/engine.rb index 8c17b566..3acea079 100644 --- a/lib/locomotive/engine.rb +++ b/lib/locomotive/engine.rb @@ -25,6 +25,7 @@ require 'dragonfly' require 'cancan' require 'RMagick' require 'cells' +require 'sanitize' $:.unshift File.dirname(__FILE__)