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

HWIA relies on Hash#symbolize_keys and #stringify_keys extensions.

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
Santiago Pastorino 2010-04-22 14:50:46 -03:00 committed by Jeremy Kemper
parent c976784381
commit 19cecc907f

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/hash/keys'
# This class has dubious semantics and we only have it so that # This class has dubious semantics and we only have it so that
# people can write params[:key] instead of params['key'] # people can write params[:key] instead of params['key']
# and they get the same value for both keys. # and they get the same value for both keys.