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 d10b74e7e9 Made require more sane by messing with $LOAD_PATH. Also fixed rcov in the process.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@190 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 23:56:47 +00:00

9 lines
211 B
Ruby

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