How to generate Haml views instead of erb

后端 未结 3 1715
鱼传尺愫
鱼传尺愫 2021-01-31 03:23

I\'m building an app with Rails 2.3.4 and using

script/generate controller home index

to generate a controller and home page. I\'ve got Haml i

3条回答
  •  面向向阳花
    2021-01-31 03:50

    Waht actually worked for me, but in rails 3.1 is this wiki here: https://github.com/plataformatec/devise/wiki/How-To:-Create-Haml-and-Slim-Views :)

提交回复
热议问题