Sha256: 8a5ab8a4a992a6f0c8033664b104ada2f61751d18af1f0d3c20c88f474379487
Contents?: true
Size: 271 Bytes
Versions: 28
Compression:
Stored size: 271 Bytes
Contents
class Fluentd::Settings::OutS3Controller < ApplicationController include SettingConcern private def target_class Fluentd::Setting::OutS3 end def setting_params params.require(:fluentd_setting_out_s3).permit(*Fluentd::Setting::OutS3::KEYS) end end
Version data entries
28 entries across 28 versions & 1 rubygems