method
render_component
v2.0.3 -
Show latest stable
- Class:
ActionController::Components
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