diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-01-03 21:07:03 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-01-03 21:07:03 -0500 |
commit | bf81a1cfd80191ef144d8fc30783804565bb844e (patch) | |
tree | d61a0b1ca13c3eb26981424cdf0017be3b889305 /actionpack | |
parent | 313082244e5167a6468d44cca92fec34674957b6 (diff) | |
download | rails-bf81a1cfd80191ef144d8fc30783804565bb844e.tar.gz rails-bf81a1cfd80191ef144d8fc30783804565bb844e.tar.bz2 rails-bf81a1cfd80191ef144d8fc30783804565bb844e.zip |
List full class name
`Metal#env` --> `ActionController::Metal#env`
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 7183643002..dff46c49ce 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -* Remove deprecated `Metal#env`. +* Remove deprecated `ActionController::Metal#env`. *Rafael Mendonça França* |