Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / lib / action_controller / middlewares.rb
diff --git a/vendor/rails/actionpack/lib/action_controller/middlewares.rb b/vendor/rails/actionpack/lib/action_controller/middlewares.rb
deleted file mode 100644 (file)
index 371cf6d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-use "Rack::Lock", :if => lambda {
-  !ActionController::Base.allow_concurrency
-}
-
-use "ActionController::Failsafe"
-
-use lambda { ActionController::Base.session_store },
-    lambda { ActionController::Base.session_options }
-
-use "ActionController::RewindableInput"
-use "ActionController::ParamsParser"
-use "Rack::MethodOverride"
-use "Rack::Head"