What is the best way to load HAML in a Rails 3 application?
In Rails 2 applications, I used to just add 'config.gem "haml"' in my
environment.rb file and even did not have to use the plugin.
Now, just adding gem "haml" in the Gemfile does not seem to activate
it, I have to add "require 'haml/template'" in my application.rb file.
Is it the best way?
Nicolas.
- JohnM