fluentd-ui/app/controllers/fluentd/settings/out_forward_controller.rb
Kenji Okimoto f2f8d27f24
Remove setting_params
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 13:51:30 +09:00

10 lines
169 B
Ruby

class Fluentd::Settings::OutForwardController < ApplicationController
include SettingConcern
private
def target_class
Fluentd::Setting::OutForward
end
end