diff options
author | Marius Peter <wtt@marius-peter.com> | 2025-01-02 19:11:34 +0100 |
---|---|---|
committer | Marius Peter <wtt@marius-peter.com> | 2025-01-02 19:11:34 +0100 |
commit | b34d2b51174b511d59fa324d9f42abc75a1fa09a (patch) | |
tree | 7fa57e3e2e33f43bc7ae787cfbba414cc66ac8df /app/controllers | |
parent | 175111f9d84354dce00503525649197e9acb6382 (diff) |
Never too late for all tests to pass...
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/scores_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/scores_controller.rb b/app/controllers/scores_controller.rb index 16e0e44..039f5df 100644 --- a/app/controllers/scores_controller.rb +++ b/app/controllers/scores_controller.rb @@ -1,7 +1,7 @@ class ScoresController < ApplicationController allow_unauthenticated_access before_action :set_tartiflette, only: [ :new, :create, :edit_all, :update_all ] - before_action :ensure_session_id, only: [:edit_all, :update_all] + before_action :ensure_session_id def new end |