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

8 lines
142 B
Ruby
Raw Normal View History

2015-08-26 01:42:46 +00:00
module Ci
2015-09-09 14:36:01 +00:00
class ApplicationController < ::ApplicationController
2015-08-26 01:42:46 +00:00
def self.railtie_helpers_paths
"app/helpers/ci"
end
end
end