Compatibility with latest Merb.

This commit is contained in:
Nathan Weizenbaum 2008-08-03 19:28:06 -04:00
parent 912d5b7bef
commit 7bd150892c
1 changed files with 1 additions and 1 deletions

View File

@ -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