diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index e3d16b3b..9be417a7 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -3,6 +3,8 @@ class StaticController < ApplicationController include EventRouting + skip_before_action :set_last_path, only: :terms_of_service + def index redirect_to '/2024' end