Skip to content

Commit

Permalink
Remove obsolete comment regarding globalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Apr 24, 2024
1 parent f486935 commit fe65192
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/models/medium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ class Medium < ApplicationRecord

has_many :assignments

# TODO: Rails 7.2: specify coder: keyword to serialize objects in Rails 7.2
# However, as found out here [1], we need to wait for a PR [2] to be merged in
# the globalize gem.
# [1] https://github.com/rails/rails/issues/50483#issuecomment-1886053412
# [2] https://github.com/globalize/globalize/pull/811
serialize :quiz_graph, coder: QuizGraph

serialize :solution, coder: Solution
Expand Down

0 comments on commit fe65192

Please sign in to comment.