begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

Haml should be generated when `haml-rails` is in your Gemfile #42

Closed losingkeys closed 11 years ago

losingkeys commented 11 years ago

Right? I'm not sure how other plugins handle (or if they handle) this, but the rails generators switch from erb to haml when I add

get 'haml-rails'

to my Gemfile

losingkeys commented 11 years ago

Fixed by #44