ActionView::Rendering

module ActionView::Rendering

Included modules:
ActionView::ViewPaths

Public Instance Methods

render_to_body(options = {}) Show source
# File actionview/lib/action_view/rendering.rb, line 81
def render_to_body(options = {})
  _process_options(options)
  _render_template(options)
end
<