instance method
render_component
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
render_component(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionpack/lib/action_controller/components.rb, line 67
def render_component(options)
@controller.__send__(:render_component_as_string, options)
end
Defined in actionpack/lib/action_controller/components.rb line 67
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Components::HelperMethods