Module: ViewComponent::RenderingMonkeyPatch
- Defined in:
- lib/view_component/rendering_monkey_patch.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#render(options = {}, args = {}) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/view_component/rendering_monkey_patch.rb', line 5 def render( = {}, args = {}) if .respond_to?(:render_in) self.response_body = .render_in(self.view_context) else super end end |