aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-13 08:59:37 +0000
committerfrancis <francis>2008-02-13 08:59:37 +0000
commit3305da49f355e19ba5dde99a5faed92a2c99ce92 (patch)
tree0858a362444ba852e3e34ae92077ba30e2bc13cb /config/environment.rb
parentdfa29061fd7a528487d4ab1fc72c3ff34d175aeb (diff)
Set reply to header whenever we set special envelope from.
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
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)