Upgrading to Ruby 1.8.7 and Haml 3.1.8

This commit is contained in:
2013-07-11 17:29:52 -04:00
parent 5484553f97
commit ab4d1fe0f7
3 changed files with 32 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ rescue LoadError
end
end
# Load Haml and Sass.
# Load Haml.
# Haml may be undefined if we're running gems:install.
Haml.init_rails(binding) if defined?(Haml)