diff options
Diffstat (limited to 'railties/html')
-rw-r--r-- | railties/html/500.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/html/500.html b/railties/html/500.html index 0e9c14f4c6..328fdcc3bc 100644 --- a/railties/html/500.html +++ b/railties/html/500.html @@ -25,6 +25,8 @@ <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><small>(If you're the administrator of this website, then please read + the log file "<%=h RAILS_ENV %>.log" to find out what went wrong.)</small></p> </div> </body> </html>
\ No newline at end of file |