Closed natemartinsf closed 14 years ago
I had to add this gem:
gem "haml-rails"
To the gemfile to get the haml generation to work correctly.
I hadn't seen that rails3-generators was replaced with the haml-rails gem. Thanks for informing me. I've updated the app.
-- Daniel
No problem, thanks for the great starter app!
I had to add this gem:
gem "haml-rails"
To the gemfile to get the haml generation to work correctly.