Handle 404s from missing db results
I added query!
which throws a not found exception so you don't have to manually do that in your controller, just add ! to query and that will be taken care of.
I added query!
which throws a not found exception so you don't have to manually do that in your controller, just add ! to query and that will be taken care of.