Skip to content

Commit

Permalink
Fix copy/paste bug
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
sferik authored and josevalim committed Oct 6, 2010
1 parent 3b7d48c commit 19a5f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/xml_mini.rb
Expand Up @@ -25,7 +25,7 @@ def content_type


DEFAULT_ENCODINGS = { DEFAULT_ENCODINGS = {
"binary" => "base64" "binary" => "base64"
} unless defined?(TYPE_NAMES) } unless defined?(DEFAULT_ENCODINGS)


TYPE_NAMES = { TYPE_NAMES = {
"Symbol" => "symbol", "Symbol" => "symbol",
Expand Down

0 comments on commit 19a5f99

Please sign in to comment.