Skip to content

Commit

Permalink
Merge pull request #200 from kufu/fixes/do_not_memo_path_on_terms_of_…
Browse files Browse the repository at this point in the history
…service

Skip memo last path on terms of service
  • Loading branch information
kinoppyd authored May 14, 2024
2 parents 35a8c73 + d164b79 commit c1192a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/static_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1192a2

Please sign in to comment.