Skip to content

Commit

Permalink
Manually require haml/filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Jan 1, 2011
1 parent 4353c7b commit e1afc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/barista/haml_filter.rb
Expand Up @@ -35,6 +35,7 @@ def content_type(render_type)

def self.setup
if defined?(Haml)
require 'haml/filters'
CoffeeScript.module_eval { include Haml::Filters::Base }
end
end
Expand Down

0 comments on commit e1afc6f

Please sign in to comment.