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