6 lines
100 B
Ruby
6 lines
100 B
Ruby
class ErrorsController < ApplicationController
|
|
def githost
|
|
render "errors/gitolite"
|
|
end
|
|
end
|