mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 16:27:06 +02:00
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/ | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
6 lines
97 B
Ruby
6 lines
97 B
Ruby
class WelcomeController < ApplicationController
|
|
def home
|
|
redirect_to daemon_path
|
|
end
|
|
end
|