diff options
author | Leigh Halliday <leigh.halliday@thescore.com> | 2015-08-28 16:00:48 -0400 |
---|---|---|
committer | Leigh Halliday <leigh.halliday@thescore.com> | 2015-08-28 16:20:02 -0400 |
commit | 7abbe137b7d19686f3a3be1414fadd41b7886334 (patch) | |
tree | 2aaa6eaef47d28ceb30612ebf796ea265b105273 /activerecord/test | |
parent | cbe7899f9d5fece4749f75828fd120d67056f356 (diff) | |
download | rails-7abbe137b7d19686f3a3be1414fadd41b7886334.tar.gz rails-7abbe137b7d19686f3a3be1414fadd41b7886334.tar.bz2 rails-7abbe137b7d19686f3a3be1414fadd41b7886334.zip |
ArrayInquirer to correctly find symbols or strings
The problem existed where if your ArrayInquirer values were
strings but you checked them using any? with a symbol, it would
not find the value. Now it will correctly check whether both
the String form or the Symbol form are included in the Array.
`
Diffstat (limited to 'activerecord/test')
0 files changed, 0 insertions, 0 deletions