diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 21:12:18 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 21:12:18 +0200 |
commit | 2d07cb57714b7aae96593c8ff293c1c3010a13f9 (patch) | |
tree | 70fab70a99571242771d60faad0846f5b0ba6499 /app/views/errors | |
parent | 5b12624847f6a599e1bbb3b24fc87c3b222e6716 (diff) |
Catching rack timeout from rails doesn't work
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/503.html.haml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/errors/503.html.haml b/app/views/errors/503.html.haml deleted file mode 100644 index f88d50d36..000000000 --- a/app/views/errors/503.html.haml +++ /dev/null @@ -1,5 +0,0 @@ -- content_for :page_title do - Request timeout - -- content_for :content do - It took too long to process your request. This might be a temporary server issue |