debian-mirror-gitlab/app/controllers/ci/application_controller.rb

8 lines
142 B
Ruby
Raw Normal View History

2015-09-25 12:07:36 +05:30
module Ci
class ApplicationController < ::ApplicationController
def self.railtie_helpers_paths
"app/helpers/ci"
end
end
end