ruby on rails - HAML app layout not being picked up? -


i'm working on 1st ruby on rails app. have set haml formatter , rendering views fine. however, have views/layouts/application.html.haml file basic layout, not being picked @ all. see on page may view's html. make fail picked up?

make sure controller extends applicationcontroller , not actioncontroller::base.

class somecontroller < applicationcontroller 

Comments

Popular posts from this blog

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How do I get the nth item in a queue in java? -

How to read input from STDIN in x86_64 assembly? -