Files
gitlabhq/app/controllers/errors_controller.rb
T

6 lines
100 B
Ruby

class ErrorsController < ApplicationController
def githost
render "errors/gitolite"
end
end