diff --git a/app/controllers/fluentd_controller.rb b/app/controllers/fluentd_controller.rb index bf281b5..580f3b2 100644 --- a/app/controllers/fluentd_controller.rb +++ b/app/controllers/fluentd_controller.rb @@ -15,7 +15,7 @@ class FluentdController < ApplicationController unless @fluentd.save return render :new end - redirect_to root_path + redirect_to fluentd_path end def edit @@ -27,7 +27,7 @@ class FluentdController < ApplicationController unless @fluentd.save return render :edit end - redirect_to root_path + redirect_to fluentd_path end def destroy