# File lib/action_controller/components.rb, line 99 def render_component(options) #:doc: component_logging(options) do render_text(component_response(options, true).body, response.headers["Status"]) end end