method

_render_partial

rails latest stable - Class: ActionView::TestCase::Behavior::Locals

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

_render_partial(options)
public

No documentation available.

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