Module: ActionView

Defined in:
/tmp/buildd/ruby-haml-3.1.6/lib/haml/template/patch.rb,
/tmp/buildd/ruby-haml-3.1.6/lib/haml/helpers/xss_mods.rb,
/tmp/buildd/ruby-haml-3.1.6/lib/haml/helpers/action_view_mods.rb,
/tmp/buildd/ruby-haml-3.1.6/lib/haml/helpers/rails_323_textarea_fix.rb

Overview

module AbstractController module Rendering def render_to_body_with_haml(options = {}) if rendered = render_to_body_without_haml(options) rendered.gsub(’haml:newline/’, “\n”).html_safe end end alias_method_chain :render_to_body, :haml end end

Defined Under Namespace

Modules: Helpers Classes: Base