Avoid instance variable re-use trouble
Compare changes
+ 1
− 1
@@ -30,7 +30,7 @@ Gitlab::Application.routes.draw do
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now.