Methods
Public Instance methods
[ show source ]
# File actionpack/lib/action_controller/components.rb, line 66
66: def render_component(options)
67: @controller.send!(:render_component_as_string, options)
68: end