Sha256: c564d847a27295bada2e2b1291cc02a9306d1e3c369d9f7c5740aa42bfe89b21

Contents?: true

Size: 196 Bytes

Versions: 8

Compression:

Stored size: 196 Bytes

Contents

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_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/index.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.7.0 app/views/admin/documents/index.json_file.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/index.json_file.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/index.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/index.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/index.json_file.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/index.json_btaa_aardvark.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/index.json_file.jbuilder