diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2018-03-30 09:02:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 09:02:49 -0500 |
commit | c680080967c8941e8a7a6eb44ee3d9e697dd3c91 (patch) | |
tree | 6dbd4531233e6748029c099638b16f0b6b746593 /guides/source/api_app.md | |
parent | 5e59265af5103946f174782f2fa45acb52e520c4 (diff) | |
parent | 4701a50b586a440d118dce29c9a48bfb306ade5c (diff) | |
download | rails-c680080967c8941e8a7a6eb44ee3d9e697dd3c91.tar.gz rails-c680080967c8941e8a7a6eb44ee3d9e697dd3c91.tar.bz2 rails-c680080967c8941e8a7a6eb44ee3d9e697dd3c91.zip |
Merge pull request #32277 from derekprior/dp-deprecate-force-ssl
Deprecate controller level force_ssl
Diffstat (limited to 'guides/source/api_app.md')
-rw-r--r-- | guides/source/api_app.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md index b4d90d31de..2270eb6584 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -375,7 +375,6 @@ controller modules by default: - `ActionController::ConditionalGet`: Support for `stale?`. - `ActionController::BasicImplicitRender`: Makes sure to return an empty response, if there isn't an explicit one. - `ActionController::StrongParameters`: Support for parameters white-listing in combination with Active Model mass assignment. -- `ActionController::ForceSSL`: Support for `force_ssl`. - `ActionController::DataStreaming`: Support for `send_file` and `send_data`. - `AbstractController::Callbacks`: Support for `before_action` and similar helpers. |