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:
parent
06487b54d7
commit
7dc73041cc
1 changed files with 1 additions and 0 deletions
1
init.rb
1
init.rb
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue