mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
7 lines
145 B
Ruby
7 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
class TeamZipExport < ZipExport
|
|
def self.exports_limit
|
|
Rails.configuration.x.export_all_limit_24h
|
|
end
|
|
end
|