diff options
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 108ebfda58..700a446af6 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,6 +1,6 @@ * Drop request class from RouteSet constructor. - If you would like to use a custom request class, please subclass and implemet + If you would like to use a custom request class, please subclass and implement the `request_class` method. *tenderlove@ruby-lang.org* |