Improve CreateRelationshipsJob error message
Opened this issue · 0 comments
laritakr commented
Story
Error handling was added to identify cases where the number of children do not match the expected number. However, the expected number incorrectly shows as an ActiveRecord Relation rather than a number so it is not helpful.
Update error handling message to show the actual quantity.
Acceptance Criteria
- RuntimeError message correctly shows the expected number of children.