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 e811263ced Doing some extra shit.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@177 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-28 22:16:40 +00:00

7 lines
No EOL
180 B
Ruby

require 'haml/template'
require 'sass/sass_helper'
ActionView::Base.register_template_handler('haml', Haml::Template)
ActionView::Base.class_eval do
include Sass::SassHelper
end