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

8 lines
118 B
Ruby

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