Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add error handling: deal with link faiures
The way we dealt with this before, is: we would rescue link errors, print a message to the user and move forward with our script creating other media. I'm not sure if that will work while crating with nested attributes. Even if I rescue it seems to fail adding the project_medias, though it does create the project. So for now, I'm printing an useful message and not showing the user information if it errors. But I'll look further into this.
- Loading branch information