Sha256: 7c55288cd58e1807be5f263faff86c9d08939d35ea1297070bad8a1f4c9446ed

Contents?: true

Size: 222 Bytes

Versions: 12

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

json.ignore_nil!

json.array! @documents.load_all.map do |document|
  next if document.nil? # Guard against Solr/DB being out of sync

  json.partial! "json_aardvark", document: document
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
geoblacklight_admin-0.6.0 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.5.1 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.5.0 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.4.2 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.4.1 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.4.0 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.3.2 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.3.1 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.3.0 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.2.1 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.1.0 app/views/admin/documents/index.json_aardvark.jbuilder
geoblacklight_admin-0.0.1 app/views/admin/documents/index.json_aardvark.jbuilder