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