class Jbuilder::CollectionRenderer

def initialize(lookup_context, options, &scope)

def initialize(lookup_context, options, &scope)
  super(lookup_context, options)
  @scope = scope
end