Sha256: f08552b9332d1f2a8033bcf37d9f669954188dc4aa3fabf0663f25888fbb7393

Contents?: true

Size: 189 Bytes

Versions: 6

Compression:

Stored size: 189 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_gbl_v1", document: document
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
geoblacklight_admin-0.8.0 app/views/admin/documents/index.json_gbl_v1.jbuilder
geoblacklight_admin-0.7.1 app/views/admin/documents/index.json_gbl_v1.jbuilder
geoblacklight_admin-0.7.0 app/views/admin/documents/index.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/index.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/index.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/index.json_gbl_v1.jbuilder