aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-07 22:44:33 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-07 22:45:06 +0200
commit803548c46b32d1be760b21da80477f43b801b8e9 (patch)
treeefae8549c21afdb905b0c1c6fe24e1125330e1e4 /activesupport/lib/active_support/xml_mini.rb
parent3a82ff9555adc59e62cf8cebdc90ccad8b26b297 (diff)
downloadrails-803548c46b32d1be760b21da80477f43b801b8e9.tar.gz
rails-803548c46b32d1be760b21da80477f43b801b8e9.tar.bz2
rails-803548c46b32d1be760b21da80477f43b801b8e9.zip
xml_mini_test.rb now runs.
Diffstat (limited to 'activesupport/lib/active_support/xml_mini.rb')
-rw-r--r--activesupport/lib/active_support/xml_mini.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb
index cddfcddb57..dff8a8f4c4 100644
--- a/activesupport/lib/active_support/xml_mini.rb
+++ b/activesupport/lib/active_support/xml_mini.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/module/delegation'
+require 'active_support/core_ext/string/inflections'
module ActiveSupport
# = XmlMini