mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 14:41:53 +08:00
4 lines
234 B
Ruby
4 lines
234 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.config.active_storage.previewers = [ActiveStorage::Previewer::PopplerPDFPreviewer,
|
|
ActiveStorage::Previewer::LibreofficePreviewer]
|