fluentd-ui/app/controllers/welcome_controller.rb

6 lines
98 B
Ruby

class WelcomeController < ApplicationController
def home
redirect_to fluentd_path
end
end