gitlab-org--gitlab-foss/app/controllers/errors_controller.rb

8 lines
118 B
Ruby

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