The URL routing for /banned/ was going to the board controller because it would match /banned/ as a board URL rather than its verbatim value. This is fixed by moving the board route match to the bottom of the URL routing list. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>