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