Add a comment to make it clear that both Haml and Sass are loaded by init.rb.

This commit is contained in:
Nathan Weizenbaum 2008-10-07 17:44:21 -07:00
parent 06487b54d7
commit 7dc73041cc
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ rescue LoadError
require 'haml' # From gem
end
# Load Haml and Sass
Haml.init_rails(binding)