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: f0f74954eef4ddba1ee7d2981b2a6cc1f9d5fcef (plain)
1
2
3
# Adds draw method into Rails routing
# It allows us to keep routing split into files
ActionDispatch::Routing::Mapper.prepend Gitlab::Patch::DrawRoute