Fix old reference to ActionController::Failsafe

This commit is contained in:
Jeremy Kemper 2009-05-06 01:28:06 -07:00
parent 6d4a4fabbb
commit bd7659e014
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ Run `rake gems:install` to install the missing gems.
if RAILS_CACHE.respond_to?(:middleware)
# Insert middleware to setup and teardown local cache for each request
configuration.middleware.insert_after(:"ActionController::Failsafe", RAILS_CACHE.middleware)
configuration.middleware.insert_after(:"ActionDispatch::Failsafe", RAILS_CACHE.middleware)
end
end
end