Routing helpers are no longer needed

This commit is contained in:
Lin Jen-Shin 2017-05-23 23:43:48 +08:00
parent 524c947eaf
commit ec525efddb

View file

@ -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