lib/haml/helpers/action_view_mods.rb in haml-1.0.2 vs lib/haml/helpers/action_view_mods.rb in haml-1.0.3

- old
+ new

@@ -1,7 +1,8 @@ begin require 'rubygems' require 'active_support' + require 'action_controller' require 'action_view' action_view_included = true rescue LoadError action_view_included = false end