Skip to content

Instantly share code, notes, and snippets.

@trungv0
Last active August 29, 2015 14:22
Show Gist options
  • Save trungv0/7f982e6decdd206a26e8 to your computer and use it in GitHub Desktop.
Save trungv0/7f982e6decdd206a26e8 to your computer and use it in GitHub Desktop.
haml for rails
config.generators do |g|
g.template_engine :haml
end
gem 'haml'
gem 'haml-rails' # for template generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment