diff options
| author | User <hukl@cccms.ccc.de> | 2010-12-29 17:06:40 +0100 |
|---|---|---|
| committer | User <hukl@cccms.ccc.de> | 2010-12-29 17:06:40 +0100 |
| commit | 91633ac4419d839661e35ae8f2efe5c9089cfb67 (patch) | |
| tree | c02b410c767dd1adbba6dc65357a9b5fcd9556dd /config/environment.rb | |
| parent | b32bc556a464615bd0bf5b4411960df6b37a8928 (diff) | |
use sanitize instead of only html_escape!
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index cdc6b28..6257591 100644 --- a/config/environment.rb +++ b/config/environment.rb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Be sure to restart your server when you modify this file | 1 | # Be sure to restart your server when you modify this file |
| 2 | 2 | ||
| 3 | # Specifies gem version of Rails to use when vendor/rails is not present | 3 | # Specifies gem version of Rails to use when vendor/rails is not present |
| 4 | RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION | 4 | RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION |
| 5 | 5 | ||
| 6 | # Bootstrap the Rails environment, frameworks, and default configuration | 6 | # Bootstrap the Rails environment, frameworks, and default configuration |
| 7 | require File.join(File.dirname(__FILE__), 'boot') | 7 | require File.join(File.dirname(__FILE__), 'boot') |
| @@ -59,4 +59,4 @@ end | |||
| 59 | require 'awesome_patch' | 59 | require 'awesome_patch' |
| 60 | 60 | ||
| 61 | ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) | 61 | ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) |
| 62 | ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file | 62 | ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) |
