Skip to content

Commit

Permalink
Correct the ThumbnailImage URI in the PCDM Use vocab
Browse files Browse the repository at this point in the history
The constant previously used an incorrect URI. `Thumbnail` should be
`ThumbnailImage`.
  • Loading branch information
Tom Johnson committed Jan 28, 2020
1 parent df4cc08 commit ebb780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hyrax/file_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FileMetadata < Valkyrie::Resource
module Use
ORIGINAL_FILE = ::Valkyrie::Vocab::PCDMUse.OriginalFile
EXTRACTED_TEXT = ::Valkyrie::Vocab::PCDMUse.ExtractedText
THUMBNAIL = ::Valkyrie::Vocab::PCDMUse.Thumbnail
THUMBNAIL = ::Valkyrie::Vocab::PCDMUse.ThumbnailImage

##
# @param use [Symbol]
Expand Down

0 comments on commit ebb780a

Please sign in to comment.