diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 384b9d1..c540e2a 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base def execute_read_task system('rake read') - redirect_to root_path + redirect_back_or_to root_path flash[:notice] = "Read task executed!" end end diff --git a/app/views/shared/_navigation_bar.html.erb b/app/views/shared/_navigation_bar.html.erb index 9dc6baf..915c483 100644 --- a/app/views/shared/_navigation_bar.html.erb +++ b/app/views/shared/_navigation_bar.html.erb @@ -16,7 +16,7 @@