Fork me on GitHub
#off-topic
<
2016-12-28
>
roelof19:12:21

I hope this is a good channel to ask.

roelof19:12:03

I have made a website where I display paintings where the data and images are pulled of a external json api

roelof19:12:30

Now I have made a spec to test if the output of the api is at a right form.

roelof19:12:07

What is the best way to act if the outpuyt is not right.

roelof19:12:30

Make in my code a (render ) to make a 500 error page

roelof19:12:51

or can I do that only in the routes part