gitlab-org--gitlab-foss/app/controllers/errors_controller.rb
2012-02-22 07:14:54 +02:00

7 lines
118 B
Ruby

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