mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
8 lines
142 B
Ruby
8 lines
142 B
Ruby
module Ci
|
|
class ApplicationController < ::ApplicationController
|
|
def self.railtie_helpers_paths
|
|
"app/helpers/ci"
|
|
end
|
|
end
|
|
end
|