method

render_component

rails latest stable - Class: ActionController::Components

Method deprecated or moved

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

render_component(options)
public

No documentation available.

# File actionpack/lib/action_controller/components.rb, line 44
          def render_component(options)
            @controller.send!(:render_component_as_string, options)
          end