Skip to content

Commit

Permalink
Fix unwanted "," character
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 11, 2023
1 parent 82c572e commit 3ae975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/medium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Medium < ApplicationRecord
has_many :watchlist_entries, dependent: :destroy
has_many :watchlist_users, through: :watchlist_entries, source: :user

has_many :assignments,
has_many :assignments

serialize :quiz_graph, QuizGraph

Expand Down

0 comments on commit 3ae975d

Please sign in to comment.