I’m currently working on a small internal project, so I’m taking the opportunity to try out HAML and see if I like it. After some digging around I found various docs that suggested that you need to add the haml gem and include something like the following in application.rb config.generators do |g| g.template_engine :haml end However, after a couple of attempts to generate HAML templates for a scaf