1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/init.rb
hcatlin 082f78c412 Getting basic compiling working.
git-svn-id: svn://hamptoncatlin.com/haml/branches/faster@85 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-21 20:07:01 +00:00

3 lines
No EOL
91 B
Ruby

require 'haml/template'
ActionView::Base.register_template_handler('haml', Haml::Template)