Sha256: 5718bcc0b3b923f92af4754d514979958ce9628da18085f25820eac2e62acca3
Contents?: true
Size: 252 Bytes
Versions: 25
Compression:
Stored size: 252 Bytes
Contents
class Fluentd::Settings::RunningBackupController < ApplicationController include SettingHistoryConcern private def find_backup_file @backup_file = Fluentd::SettingArchive::BackupFile.new(@fluentd.agent.running_config_backup_file) end end
Version data entries
25 entries across 25 versions & 1 rubygems