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
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
module Gitlab
module Routes
class LegacyBuilds
include Gitlab::Routing.url_helpers
include GitlabRoutingHelper
def initialize(map)
@map = map
end