diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-05-17 02:47:37 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-05-17 02:47:37 +0530 |
commit | 8bd0d347f1bd7e2c9c6d28b7a3209e4227421b17 (patch) | |
tree | f6d60cf9e7bec0c51968ffd631772fd5229f25ab /guides | |
parent | e464b3cb3b32f968758f21549b17e4d0338e9dd0 (diff) | |
download | rails-8bd0d347f1bd7e2c9c6d28b7a3209e4227421b17.tar.gz rails-8bd0d347f1bd7e2c9c6d28b7a3209e4227421b17.tar.bz2 rails-8bd0d347f1bd7e2c9c6d28b7a3209e4227421b17.zip |
PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for the same.
https://github.com/rails/rails/commit/23b6a9c0fcb8992e18450d6fe0680bf09685b7db
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/rails_on_rack.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index 831a878cf6..8148f70c31 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -123,7 +123,6 @@ use ActionDispatch::Flash use Rack::Head use Rack::ConditionalGet use Rack::ETag -use ActionView::Digestor::PerRequestDigestCacheExpiry run Rails.application.routes ``` |