errors_controller.rb 158 Bytes
Newer Older
gitlabhq's avatar
gitlabhq committed
1
class ErrorsController < ApplicationController
2 3
  def githost
    render :file => File.join(Rails.root, "public", "githost_error"), :layout => false
gitlabhq's avatar
gitlabhq committed
4 5
  end
end