diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:02:43 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:02:43 +0100 |
commit | cff1e4fc3596943db63603c614eb08945130eeaa (patch) | |
tree | 1b74b3b8bd8d381208f52418a95cadfcc4b84cd8 /app/controllers | |
parent | 84ef779f985dad79081bb87dd85d37ae0bc3d73d (diff) |
Rubocop 👮
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 8754b91..7c46165 100644 --- a/app/controllers/scores_controller.rb +++ b/app/controllers/scores_controller.rb @@ -1,6 +1,6 @@ class ScoresController < ApplicationController allow_unauthenticated_access - before_action :set_tartiflette, only: [:new, :create, :edit_all, :update_all] + before_action :set_tartiflette, only: [ :new, :create, :edit_all, :update_all ] def new end |