diff options
Diffstat (limited to 'app/controllers/errors_controller.rb')
-rw-r--r-- | app/controllers/errors_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb index c37f10a39f3..3ef7aa46441 100644 --- a/app/controllers/errors_controller.rb +++ b/app/controllers/errors_controller.rb @@ -1,5 +1,5 @@ class ErrorsController < ApplicationController - def gitosis - render :file => File.join(Rails.root, "public", "gitosis_error"), :layout => false + def githost + render :file => File.join(Rails.root, "public", "githost_error"), :layout => false end end |