Skip to content

Commit

Permalink
298 Omit hash value for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreisinger committed Jan 8, 2025
1 parent 70c1387 commit 35ade95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/evaluations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def new
end

phase = @evaluator_submission_assignment.phase
@evaluation_form = EvaluationForm.find_by(phase: phase)
@evaluation_form = EvaluationForm.find_by(phase:)

if @evaluation_form.nil?
return redirect_to evaluations_path, alert: I18n.t("evaluations.alerts.evaluation_form_not_found")
Expand Down

0 comments on commit 35ade95

Please sign in to comment.