instance method render

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

render(options = {}, local_assigns = {}, &block)

No documentation comment.

Parameters

options opt = {}
local_assigns opt = {}
block block
Source
# File actionpack/lib/action_view/test_case.rb, line 63
    def render(options = {}, local_assigns = {}, &block)
      @rendered << output = _view.render(options, local_assigns, &block)
      output
    end

Defined in actionpack/lib/action_view/test_case.rb line 63 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::TestCase

Type at least 2 characters to search.

↑↓ navigate · open · esc close