ActionView::Rendering
module ActionView::Rendering
Public Instance Methods
# File actionview/lib/action_view/rendering.rb, line 81 def render_to_body(options = {}) _process_options(options) _render_template(options) end
# File actionview/lib/action_view/rendering.rb, line 81 def render_to_body(options = {}) _process_options(options) _render_template(options) end