1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add a missing require to allow the usage of Array#to_xml

This commit is contained in:
Santiago Pastorino 2010-07-03 09:59:51 -03:00
parent f6d7a4d251
commit 075f8b7241

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/hash/reverse_merge'