1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

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

View file

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