qpixel
qpixel copied to clipboard
Fix 500 error
Allow @post, @question and @article to be nil by using safe navigation. In the case of a not found page, none of the statements will crash (and none will match), yielding the expected 404 result.
Fixes #823