aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/formats
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/lib/active_resource/formats')
-rw-r--r--activeresource/lib/active_resource/formats/xml_format.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/lib/active_resource/formats/xml_format.rb b/activeresource/lib/active_resource/formats/xml_format.rb
index 86c6cec745..3b2575cfa1 100644
--- a/activeresource/lib/active_resource/formats/xml_format.rb
+++ b/activeresource/lib/active_resource/formats/xml_format.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/hash/conversions'
+
module ActiveResource
module Formats
module XmlFormat