method
render_component
v2.2.1 -
Show latest stable
- Class:
ActionController::Components::HelperMethods
render_component(options)public
No documentation available.
# File actionpack/lib/action_controller/components.rb, line 67
def render_component(options)
@controller.__send__(:render_component_as_string, options)
end