[Source]
# File vendor/rails/actionpack/lib/action_controller/components.rb, line 66 66: def render_component(options) 67: @controller.send!(:render_component_as_string, options) 68: end
[Validate]