views:

21

answers:

0

I've been able to get haml working for a few of my views just fine, but try as I may, I'm not able to get application.haml to render a layout.

Right now I'm focusing on a very simple controller with one view (index). The view itself renders fine but none of the code within application.haml works. I've also tried renaming to application.html.haml and nothing works.

File is correctly in /app/views/layouts/.

Any help would be appreciated.