diff options
author | Erik Michaels-Ober <sferik@gmail.com> | 2010-10-05 19:21:07 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-10-06 09:21:01 +0200 |
commit | 19a5f99685ab9f0a60bb8c1ed2a3fdb40b2e762e (patch) | |
tree | c9ee181546ef6e6c5a208a150dc9611dc0136d5a /activesupport | |
parent | 3b7d48cc455a04a40328e8f29b4200fdfb4f73b7 (diff) | |
download | rails-19a5f99685ab9f0a60bb8c1ed2a3fdb40b2e762e.tar.gz rails-19a5f99685ab9f0a60bb8c1ed2a3fdb40b2e762e.tar.bz2 rails-19a5f99685ab9f0a60bb8c1ed2a3fdb40b2e762e.zip |
Fix copy/paste bug
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/xml_mini.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb index 352172027b..b6a8cf3caf 100644 --- a/activesupport/lib/active_support/xml_mini.rb +++ b/activesupport/lib/active_support/xml_mini.rb @@ -25,7 +25,7 @@ module ActiveSupport DEFAULT_ENCODINGS = { "binary" => "base64" - } unless defined?(TYPE_NAMES) + } unless defined?(DEFAULT_ENCODINGS) TYPE_NAMES = { "Symbol" => "symbol", |