module Jb::PartialRenderer::JbTemplateDetector

Private Instance Methods

find_partial(*) click to toggle source

A monkey-patch to inject StrongArray module to Jb partial renderer

Calls superclass method
# File lib/jb/action_view_legacy_monkeys.rb, line 8
        def find_partial(*)
  template = super
  extend RenderCollectionExtension if template && (template.handler == Jb::Handler)
  template
end