hyrax
hyrax copied to clipboard
Address duplication of #manifest_metadata methods
In Hyrax the following there are two methods with similar but not quite method bodies; ideally we would remove this duplication.
https://github.com/samvera/hyrax/blob/64c0bbf0dc0d3e1b49f040b50ea70d177cc9d8f6/app/presenters/hyrax/work_show_presenter.rb#L219-L230
and
https://github.com/samvera/hyrax/blob/64c0bbf0dc0d3e1b49f040b50ea70d177cc9d8f6/app/presenters/hyrax/iiif_manifest_presenter.rb#L62-L77