Skip to content

Don't include Gitlab::Routing.url_helpers on top-level namespace (fix error for url_for)

username-removed-423915 requested to merge no-include-on-top-level into master

What does this MR do?

Tries to fix:

     ActionView::Template::Error:
      arguments passed to url_for can't be handled. Please require routes or provide your own implementation

One of the failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/5825797

Merge request reports