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
nex3 6fed7d3bce Added Steve Ross' templated_mailer plugin, which allows Haml to be used as a template engine for ActionMailer, as an external.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@460 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 07:05:37 +00:00

9 lines
275 B
Ruby

require 'haml'
require 'haml/template'
require 'sass'
require 'sass/plugin'
require 'templated_mailer/templated_mailer'
ActionView::Base.register_template_handler('haml', Haml::Template)
ActionMailer::Base.register_template_extension('haml')
Sass::Plugin.update_stylesheets