gitlab-org--gitlab-foss/app/controllers/ci/application_controller.rb

8 lines
142 B
Ruby
Raw Normal View History

2015-08-25 21:42:46 -04:00
module Ci
2015-09-09 10:36:01 -04:00
class ApplicationController < ::ApplicationController
2015-08-25 21:42:46 -04:00
def self.railtie_helpers_paths
"app/helpers/ci"
end
end
end