Properly render the errors/git_not_found
page
This commit is contained in:
parent
c29517aaf4
commit
012c75d1b0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def git_not_found!
|
||||
render html: "errors/git_not_found", layout: "errors", status: 404
|
||||
render "errors/git_not_found", layout: "errors", status: 404
|
||||
end
|
||||
|
||||
def method_missing(method_sym, *arguments, &block)
|
||||
|
|
Loading…
Reference in a new issue