Skip to content

Commit

Permalink
bootstrapped haml
Browse files Browse the repository at this point in the history
  • Loading branch information
jot committed Mar 7, 2009
1 parent 4343695 commit 38b0b8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vendor/plugins/haml/init.rb
@@ -0,0 +1,8 @@
require 'rubygems'
begin
require File.join(File.dirname(__FILE__), 'lib', 'haml') # From here
rescue LoadError
require 'haml' # From gem
end

Haml.init_rails(binding)

0 comments on commit 38b0b8e

Please sign in to comment.