gitlab-org--gitlab-foss/app/controllers/errors_controller.rb
2012-09-26 22:27:44 +02:00

5 lines
100 B
Ruby

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