Skip to content

Commit

Permalink
remove unnecessary association that is breaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Jan 10, 2025
1 parent 366795e commit f913cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Submission < ApplicationRecord
belongs_to :challenge
belongs_to :phase, counter_cache: true
belongs_to :submitter, class_name: 'User'
belongs_to :manager, class_name: 'User'
has_many :evaluator_submission_assignments, dependent: :destroy
has_many :evaluators, through: :evaluator_submission_assignments, class_name: "User"
has_many :evaluations, dependent: :destroy
Expand Down

0 comments on commit f913cb7

Please sign in to comment.