ActionView::Helpers::RenderingHelper

module ActionView::Helpers::RenderingHelper

Action View Rendering

Implements methods that allow rendering from a view context. In order to use this module, all you need is to implement view_renderer that returns an ActionView::Renderer object.

Public Instance Methods

_layout_for(*args, &block) Show source
登录查看完整内容