module ActionView::AbstractRenderer::ObjectRendering

def initialize(lookup_context, options)

def initialize(lookup_context, options)
  super
  @context_prefix = lookup_context.prefixes.first
end