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