diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-01-24 20:02:46 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-01-24 20:02:46 -0700 |
commit | ae8cd56c7b1f3130eb3b8f2632a528a8fc78e56c (patch) | |
tree | 5e15051cea065c191c0ad15e65f994c3d802f80a /actionpack | |
parent | c80487eb1ae7f35cc780745b4f951a79e1a3482b (diff) | |
download | rails-ae8cd56c7b1f3130eb3b8f2632a528a8fc78e56c.tar.gz rails-ae8cd56c7b1f3130eb3b8f2632a528a8fc78e56c.tar.bz2 rails-ae8cd56c7b1f3130eb3b8f2632a528a8fc78e56c.zip |
Don't mutate `where_values`
This is to help facilitate future refactorings, as the internal
representation is changed. I'm planning on having `where_values` return
an array that's computed on call, which means that mutation will have no
affect. This is the only remaining place that was mutating (tested by
replacing the method with calling `dup`)
Diffstat (limited to 'actionpack')
0 files changed, 0 insertions, 0 deletions