Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4956

Show
Ignore:
Timestamp:
09/03/06 23:52:10 (2 years ago)
Author:
david
Message:

More inclusive 500 language

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/html/500.html

    r3993 r4956  
    44<body> 
    55  <h1>Application error</h1> 
    6   <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p> 
     6  <p>Change this error message for uncaught exceptions in public/500.html</p> 
    77</body> 
    88</html>