Add missing require
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user