Skip to content

Commit

Permalink
Add missing "s" to inverse of (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored Jan 7, 2024
1 parent ca2892d commit 83e74e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/quiz_certificate.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class QuizCertificate < ApplicationRecord
belongs_to :quiz, class_name: "Medium", inverse_of: :quiz_certificate
belongs_to :quiz, class_name: "Medium", inverse_of: :quiz_certificates
belongs_to :user, optional: true

before_create :set_code
Expand Down

0 comments on commit 83e74e8

Please sign in to comment.