diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-01-02 06:03:24 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-01-02 06:23:52 +0900 |
commit | 4c05434973fde5f6dcc7dd58d360be13e1f02a80 (patch) | |
tree | 2acbbc6cd6ed19744beea6f1798f8d6a796c2662 /activesupport/test/clean_backtrace_test.rb | |
parent | 600a66f60c76cb2d32fbf7abe4e37d509fdade47 (diff) | |
download | rails-4c05434973fde5f6dcc7dd58d360be13e1f02a80.tar.gz rails-4c05434973fde5f6dcc7dd58d360be13e1f02a80.tar.bz2 rails-4c05434973fde5f6dcc7dd58d360be13e1f02a80.zip |
Restore an ability that class level `update` without giving ids
That ability was introduced at #11898 as `Relation#update` without
giving ids, so the ability on the class level is not documented and not
tested.
c83e30d which fixes #33470 has lost two undocumented abilities.
One has fixed at 5c65688, but I missed the ability on the class level.
Removing any feature should not be suddenly happened in a stable version
even if that is not documented.
I've restored the ability and added test case to avoid any regression in
the future.
Fixes #34743.
Diffstat (limited to 'activesupport/test/clean_backtrace_test.rb')
0 files changed, 0 insertions, 0 deletions