Skip to content

Commit

Permalink
Fix old reference to ActionController::Failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 6, 2009
1 parent 6d4a4fa commit bd7659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/initializer.rb
Expand Up @@ -462,7 +462,7 @@ def initialize_cache


if RAILS_CACHE.respond_to?(:middleware) if RAILS_CACHE.respond_to?(:middleware)
# Insert middleware to setup and teardown local cache for each request # 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 end
end end
Expand Down

0 comments on commit bd7659e

Please sign in to comment.