diff options
author | Bogdan Gusiev <agresso@gmail.com> | 2014-05-02 20:57:59 +0300 |
---|---|---|
committer | Bogdan Gusiev <agresso@gmail.com> | 2014-05-03 07:40:50 +0300 |
commit | 41bbac6ff4d161fc94ef2dc601e06f0a2779dbaf (patch) | |
tree | f96e9f1a9eceb039803c19ffde33eb5712e19c93 /activesupport/README.rdoc | |
parent | 4565cb7ccbd5f29a194c197c5ece9fb81f889d32 (diff) | |
download | rails-41bbac6ff4d161fc94ef2dc601e06f0a2779dbaf.tar.gz rails-41bbac6ff4d161fc94ef2dc601e06f0a2779dbaf.tar.bz2 rails-41bbac6ff4d161fc94ef2dc601e06f0a2779dbaf.zip |
[Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array are serialized
Empty Hash or Array should not present in serialization result
{a: []}.to_query # => ""
{a: {}}.to_query # => ""
For more info see #14948.
Diffstat (limited to 'activesupport/README.rdoc')
0 files changed, 0 insertions, 0 deletions