From 7bd150892c556f761d752ae51f34ff4350592299 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 3 Aug 2008 19:28:06 -0400 Subject: [PATCH] Compatibility with latest Merb. --- lib/sass/plugin/merb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sass/plugin/merb.rb b/lib/sass/plugin/merb.rb index f85209f4..fadf66b9 100644 --- a/lib/sass/plugin/merb.rb +++ b/lib/sass/plugin/merb.rb @@ -6,7 +6,7 @@ unless defined?(Sass::MERB_LOADED) root = MERB_ROOT env = MERB_ENV else - root = Merb.root + root = Merb.root.to_s env = Merb.environment end