Skip to content

Commit

Permalink
one more deprecation warning!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 19, 2023
1 parent 8f3b96b commit 968ada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/scorer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def self.system_default_scorer
end

# Transform scale from array to a string
serialize :scale, ScaleSerializer
serialize :scale, coder: ScaleSerializer
serialize :scale_with_labels, coder: JSON

after_initialize do |scorer|
Expand Down

0 comments on commit 968ada6

Please sign in to comment.