Sha256: a373ebe71a1a70c973dcbe7e82754f27b3ba1f0dc1a16143977fe3ec462f05bf

Contents?: true

Size: 187 Bytes

Versions: 8

Compression:

Stored size: 187 Bytes

Contents

json.ignore_nil!

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

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

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
geoblacklight_admin-0.7.0 app/views/admin/documents/fetch.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.7.0 app/views/admin/documents/fetch.json_file.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/fetch.json_file.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/fetch.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/fetch.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/fetch.json_file.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/fetch.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/fetch.json_file.jbuilder