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 ff323de099 Trying to find ways around the white-space sensitive tags that exist in HTML.
Currently I have added the action "~" and... oh fuck it... I'm going to do it a different way.




git-svn-id: svn://hamptoncatlin.com/haml/trunk@12 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-31 14:28:44 +00:00

4 lines
No EOL
111 B
Ruby

require 'haml'
require 'haml_helpers'
ActionView::Base.register_template_handler("haml", HAML::TemplateEngine)