errors_controller.rb 100 Bytes
class ErrorsController < ApplicationController
  def githost
    render "errors/gitolite"
  end
end