Skip to content

Commit

Permalink
Add missing polymorphic association correctly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Dec 28, 2023
1 parent 451fa18 commit 282c94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/support/jailer_polymorphic_associations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def polymorphic_types_hash
"JobNote.job_type" => [SupplementalClaim, HigherLevelReview],
"hearing_type" => [Hearing, LegacyHearing],
"assigned_to_type" => [User, Organization],
"CaseflowStuckRecord.stuck_record" => [PriorityEndProductSyncQueue]
"CaseflowStuckRecord.stuck_record_type" => [PriorityEndProductSyncQueue]
}.freeze
end

Expand Down

0 comments on commit 282c94e

Please sign in to comment.