public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
nex3 (author)
Fri Jan 05 08:47:11 -0800 2007
commit  3aa64dfa662c71bfa74ae84b1fcde5df9d77bf43
tree    2e6511a0258778c20b66e7660058053d2f4d3dac
parent  970ba243ee5d902b09830a860abe17fea0b8c86c
haml / init.rb
100644 3 lines (2 sloc) 0.091 kb
1
2
3
require 'haml/template'
 
ActionView::Base.register_template_handler('haml', Haml::Template)