aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/hash_with_indifferent_access.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-20 09:58:42 -0700
committerPrem Sichanugrist <s@sikac.hu>2013-02-24 16:32:25 -0500
commit7cc26fd15e27c4a13705a844538bebfdd0461729 (patch)
tree58b878607b9e3e1e77155530e6f33a7570d5b375 /activesupport/lib/active_support/hash_with_indifferent_access.rb
parent45e9cac12ca99a51ef10e5ee423a6712818ae145 (diff)
downloadrails-7cc26fd15e27c4a13705a844538bebfdd0461729.tar.gz
rails-7cc26fd15e27c4a13705a844538bebfdd0461729.tar.bz2
rails-7cc26fd15e27c4a13705a844538bebfdd0461729.zip
search private and protected methods for convert_key
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, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/hash_with_indifferent_access.rb b/activesupport/lib/active_support/hash_with_indifferent_access.rb
index 9e7cb76307..9dc93de5a9 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -6,7 +6,7 @@ require 'active_support/core_ext/hash/keys'
module ActiveSupport
class HashWithIndifferentAccess < Hash
-
+
# Always returns true, so that <tt>Array#extract_options!</tt> finds members of this class.
def extractable_options?
true