mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add a commend about deprecation of ActiveSupport::OrderedHash
It is in the code to provides backward compatibility for people that have this class serialized as YAML in some storage. Closes #22681
This commit is contained in:
parent
043660249b
commit
cf8621a3e9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ YAML.add_builtin_type("omap") do |type, val|
|
||||||
end
|
end
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
# <tt>ActiveSupport::OrderedHash</tt> implements a hash that preserves
|
# DEPRECATED: <tt>ActiveSupport::OrderedHash</tt> implements a hash that preserves
|
||||||
# insertion order.
|
# insertion order.
|
||||||
#
|
#
|
||||||
# oh = ActiveSupport::OrderedHash.new
|
# oh = ActiveSupport::OrderedHash.new
|
||||||
|
|
Loading…
Reference in a new issue