instance method _render_partial

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

_render_partial(options)

No documentation comment.

Parameters

options req
Source
# File actionpack/lib/action_view/test_case.rb, line 147
        def _render_partial(options)
          locals[options[:partial]] = options[:locals]
          super(options)
        end

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

Defined in ActionView::TestCase::Behavior::Locals

Type at least 2 characters to search.

↑↓ navigate · open · esc close