Properly render the errors/git_not_found page

This commit is contained in:
Robert Speicher 2016-02-15 15:52:39 -05:00
parent c29517aaf4
commit 012c75d1b0

View file

@ -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)