Skip to content

Release 2150

Choose a tag to compare

@github-actions github-actions released this 20 Dec 09:36
cfc538e

Trello card

https://trello.com/c/CJUzMsIa

Context

Some schools don't provide any experience details since it's optional, but
the acceptance confirmation email fails because it expects non-nil values.

Changes proposed in this pull request

Call to_s on the experience_details attribute to get an empty string when it's nil.

Guidance to review