Welcome to mirror list, hosted at ThFree Co, Russian Federation.

application_controller.rb « ci « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bb7d499cdc5182fc8b988fa03008c4ec3930021 (plain)
1
2
3
4
5
6
7
module Ci
  class ApplicationController < ::ApplicationController
    def self.railtie_helpers_paths
      "app/helpers/ci"
    end
  end
end