1 2 3 4 5 6 7
module Ci class ApplicationController < ::ApplicationController def self.railtie_helpers_paths "app/helpers/ci" end end end