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

Changeset 2822

Show
Ignore:
Timestamp:
10/30/05 00:00:58 (4 years ago)
Author:
minam
Message:

Correct error in documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/exception_notification/README

    r2811 r2822  
    4040  ExceptionNotifier.email_prefix = "[APP] " 
    4141 
    42 Email notifications will only occur when the IP address is determined to be 
    43 local. You can specify certain addresses to always be local so that you'll get 
    44 a detailed error instead of the generic error page. You do this in your 
     42Email notifications will only occur when the IP address is determined not to 
     43be local. You can specify certain addresses to always be local so that you'll 
     44get a detailed error instead of the generic error page. You do this in your 
    4545controller (or even per-controller): 
    4646