fixed 500 error message which is misleading by suggesting all rails apps have exception notifications by default

This commit is contained in:
Jared Tame
2011-08-23 02:26:55 -07:00
committed by Teng Siong Ong
parent 827a0fee07
commit 1606b6c7e4

View File

@@ -20,7 +20,7 @@
<!-- This file lives in public/500.html -->
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
<p>If you believe you've seen this page in error, please notify the site owner.</p>
</div>
</body>
</html>