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:
parent
df9c972afe
commit
5f6a906094
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue