mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
10 lines
167 B
Ruby
10 lines
167 B
Ruby
class Fluentd::Settings::OutStdoutController < ApplicationController
|
|
include SettingConcern
|
|
|
|
private
|
|
|
|
def target_class
|
|
Fluentd::Setting::OutStdout
|
|
end
|
|
end
|