use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_helpers`
since `Rails.application.routes.url_helpers` creates a new anonymous module every time it's called
Showing
Please register or sign in to comment
since `Rails.application.routes.url_helpers` creates a new anonymous module every time it's called