aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-10-08 17:52:39 +0900
committerGitHub <noreply@github.com>2018-10-08 17:52:39 +0900
commitd4127a014c110faa9c4611244f01f4320616a49b (patch)
tree9e09409823eaaa91085a4b97e8e7995fcecb73ec /actionview/CHANGELOG.md
parent5dbf5c660ce4ad1f989f2d05032664c7ee26488c (diff)
parentb48c2ade09e9c43d6f7acee02d074a9d54323a70 (diff)
downloadrails-d4127a014c110faa9c4611244f01f4320616a49b.tar.gz
rails-d4127a014c110faa9c4611244f01f4320616a49b.tar.bz2
rails-d4127a014c110faa9c4611244f01f4320616a49b.zip
Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-arrays
respect only_path option when an array is passed into url_for
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 82add522df..252fce6472 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Respect the `only_path` option passed to `url_for` when the options are passed in as an array
+
+ Fixes #33237.
+
+ *Joel Ambass*
+
* Deprecate calling private model methods from view helpers.
For example, in methods like `options_from_collection_for_select`