diff options
author | francis <francis> | 2008-02-13 08:59:37 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-13 08:59:37 +0000 |
commit | 3305da49f355e19ba5dde99a5faed92a2c99ce92 (patch) | |
tree | 0858a362444ba852e3e34ae92077ba30e2bc13cb /config/environment.rb | |
parent | dfa29061fd7a528487d4ab1fc72c3ff34d175aeb (diff) |
Set reply to header whenever we set special envelope from.
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 53d1fa2ed..5de47aabe 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -120,7 +120,7 @@ module ActionMailer end end -# Monkeypatch! Remove individual error messages from an ActiveRecord. +# Monkeypatch! Method to remove individual error messages from an ActiveRecord. module ActiveRecord class Errors def delete(key) |