factory.rb 231 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 module Gitlab module Ci module Status module External class Factory < Status::Factory def self.common_helpers Status::External::Common end end end end end end