Add missing require

This commit is contained in:
claudiob 2016-10-19 11:48:43 -07:00
parent 125ecfbbff
commit a01cf703e2

@ -1,5 +1,6 @@
require "active_support/core_ext/hash/keys"
require "active_support/core_ext/hash/reverse_merge"
require "active_support/core_ext/hash/indifferent_access"
module ActiveSupport
# Implements a hash where keys <tt>:foo</tt> and <tt>"foo"</tt> are considered