Welcome to mirror list, hosted at ThFree Co, Russian Federation.

routing_draw.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4978073633cae8dceb6f4cf2579dc13eba1182e9 (plain)
1
2
3
4
5
# frozen_string_literal: true

# Adds draw method into Rails routing
# It allows us to keep routing split into files
ActionDispatch::Routing::Mapper.prepend Gitlab::Patch::DrawRoute