Refresh

This website www.rdoc.info/docs/rails/ActionView/RenderParser is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Module: ActionView::RenderParser

Defined in:
actionview/lib/action_view/render_parser.rb,
actionview/lib/action_view/render_parser/prism_render_parser.rb,
actionview/lib/action_view/render_parser/ripper_render_parser.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Base, PrismRenderParser, RipperRenderParser

Constant Summary collapse

ALL_KNOWN_KEYS =
[:partial, :template, :layout, :formats, :locals, :object, :collection, :as, :status, :content_type, :location, :spacer_template]
RENDER_TYPE_KEYS =
[:partial, :template, :layout]