Skip to content

Commit

Permalink
Update app/models/evaluation_form.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud authored Oct 8, 2024
1 parent 9343581 commit 07890b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/evaluation_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
class EvaluationForm < ApplicationRecord
belongs_to :challenge
has_many :evaluation_criteria, dependent: nil
has_many :evaluation_criteria, dependent: :destroy

scope :by_user, lambda { |user|
joins(challenge: :challenge_manager_users).
Expand Down

0 comments on commit 07890b5

Please sign in to comment.