diff --git a/app/models/dmsf_file_revision.rb b/app/models/dmsf_file_revision.rb index 4a474114..d10d3b40 100644 --- a/app/models/dmsf_file_revision.rb +++ b/app/models/dmsf_file_revision.rb @@ -55,7 +55,7 @@ class DmsfFileRevision < ApplicationRecord 'application/vnd.oasis.opendocument.spreadsheet' => 'ms-excel', 'application/vnd.oasis.opendocument.text' => 'ms-word', 'application/vnd.oasis.opendocument.presentation' => 'ms-powerpoint', - 'application/vnd.ms-excel.sheet.macroEnabled.12' => 'ms-excel' + 'application/vnd.ms-excel.sheet.macroenabled.12' => 'ms-excel' }.freeze scope :visible, -> { where(deleted: STATUS_ACTIVE) }