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

Require the except hash extension before trying to alias it

This commit is contained in:
Lachlan Sylvester 2018-10-01 08:08:08 +10:00
parent df9c972afe
commit 5f6a906094

View file

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