2021-02-03 16:09:17 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-11-07 10:14:34 -05:00
|
|
|
# Adds draw method into Rails routing
|
2018-10-15 09:59:00 -04:00
|
|
|
# It allows us to keep routing split into files
|
|
|
|
ActionDispatch::Routing::Mapper.prepend Gitlab::Patch::DrawRoute
|