Sha256: 4b8cc6ac09a0d4b7728790d2fc2381f4475cee4828a969f6288d68cdee4b5b3d

Contents?: true

Size: 316 Bytes

Versions: 20

Compression:

Stored size: 316 Bytes

Contents

# frozen_string_literal: true
@curation_concern = Wings::ActiveFedoraConverter.convert(resource: @curation_concern) if
  @curation_concern.is_a? Hyrax::Resource

json.extract! @curation_concern, *[:id] + @curation_concern.class.fields.reject { |f| [:has_model].include? f }
json.version @curation_concern.try(:etag)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0.rc3 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0.rc2 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0.rc1 app/views/hyrax/base/show.json.jbuilder
hyrax-3.5.0 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0.beta2 app/views/hyrax/base/show.json.jbuilder
hyrax-3.4.2 app/views/hyrax/base/show.json.jbuilder
hyrax-4.0.0.beta1 app/views/hyrax/base/show.json.jbuilder
hyrax-3.4.1 app/views/hyrax/base/show.json.jbuilder
hyrax-3.4.0 app/views/hyrax/base/show.json.jbuilder
hyrax-3.3.0 app/views/hyrax/base/show.json.jbuilder
hyrax-3.2.0 app/views/hyrax/base/show.json.jbuilder
hyrax-3.1.0 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.2 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.1 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.0 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.0.pre.rc4 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.0.pre.rc3 app/views/hyrax/base/show.json.jbuilder
hyrax-3.0.0.pre.rc2 app/views/hyrax/base/show.json.jbuilder