aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/hash_with_indifferent_access.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-02-25 10:53:03 +1030
committerMatthew Draper <matthew@trebex.net>2017-02-25 10:53:03 +1030
commit9099cf064f66ae4e6414736ad513399c86100902 (patch)
tree6bf373e47c1f4abb4b4d745748734cb7f7c69b68 /activesupport/lib/active_support/hash_with_indifferent_access.rb
parentfeea081199f1398e7fa97bf22eb6081ecd2d6174 (diff)
parentac57a3ee0e9d484f3d665f42933fcda864546349 (diff)
downloadrails-9099cf064f66ae4e6414736ad513399c86100902.tar.gz
rails-9099cf064f66ae4e6414736ad513399c86100902.tar.bz2
rails-9099cf064f66ae4e6414736ad513399c86100902.zip
Merge pull request #28157 from robin850/hwia-soft-deprecation
Soft-deprecate the `HashWithIndifferentAccess` constant
Diffstat (limited to 'activesupport/lib/active_support/hash_with_indifferent_access.rb')
-rw-r--r--activesupport/lib/active_support/hash_with_indifferent_access.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/hash_with_indifferent_access.rb b/activesupport/lib/active_support/hash_with_indifferent_access.rb
index f9b269ad69..1927cddf34 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -316,4 +316,6 @@ module ActiveSupport
end
end
+# :stopdoc:
+
HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess