mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
8 lines
118 B
Ruby
8 lines
118 B
Ruby
class ErrorsController < ApplicationController
|
|
layout "error"
|
|
|
|
def githost
|
|
render "errors/gitolite"
|
|
end
|
|
end
|