diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-12-17 13:00:37 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-12-17 13:00:37 +0530 |
commit | fd1304d2aaf5e21df0aac2e8e3f7becdaad15b19 (patch) | |
tree | bc3bfa200d8b2cd1327000f74c34ef38ae7ae4cc /actionpack | |
parent | f4d2a8a8ced85f06bbf0e37b6b6005a2e1b5421a (diff) | |
download | rails-fd1304d2aaf5e21df0aac2e8e3f7becdaad15b19.tar.gz rails-fd1304d2aaf5e21df0aac2e8e3f7becdaad15b19.tar.bz2 rails-fd1304d2aaf5e21df0aac2e8e3f7becdaad15b19.zip |
Minor cleanup of CHANGELOG of PR #30850 [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 384546d7b4..c75f0e83ac 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -111,9 +111,9 @@ *Rafael Mendonça França* * Add `:allow_other_host` option to `redirect_back` method. - When `allow_other_host` is set to `false`, the `redirect_back` - will not allow a redirecting from a different host. - `allow_other_host` is `true` by default. + + When `allow_other_host` is set to `false`, the `redirect_back` will not allow redirecting from a + different host. `allow_other_host` is `true` by default. *Tim Masliuchenko* |