Routing helpers are no longer needed
This commit is contained in:
parent
524c947eaf
commit
ec525efddb
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
module Gitlab
|
module Gitlab
|
||||||
module Routes
|
module Routes
|
||||||
class LegacyBuilds
|
class LegacyBuilds
|
||||||
include Gitlab::Routing.url_helpers
|
|
||||||
include GitlabRoutingHelper
|
|
||||||
|
|
||||||
def initialize(map)
|
def initialize(map)
|
||||||
@map = map
|
@map = map
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue