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:
parent
f6d7a4d251
commit
075f8b7241
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue