aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/middlewares.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-12-23 13:36:05 -0600
committerJoshua Peek <josh@joshpeek.com>2008-12-23 13:36:05 -0600
commit9c1e48eaea921efa67fbeed1ff1876dc710f8fd2 (patch)
tree9afb77428da5d309664e9e09960e95a5277faa98 /actionpack/lib/action_controller/middlewares.rb
parent3562d54d18bf6c87384436c63383666617a2a1eb (diff)
downloadrails-9c1e48eaea921efa67fbeed1ff1876dc710f8fd2.tar.gz
rails-9c1e48eaea921efa67fbeed1ff1876dc710f8fd2.tar.bz2
rails-9c1e48eaea921efa67fbeed1ff1876dc710f8fd2.zip
ActionController::VerbPiggybacking middleware
Diffstat (limited to 'actionpack/lib/action_controller/middlewares.rb')
-rw-r--r--actionpack/lib/action_controller/middlewares.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/middlewares.rb b/actionpack/lib/action_controller/middlewares.rb
index e566c6fef9..793739723f 100644
--- a/actionpack/lib/action_controller/middlewares.rb
+++ b/actionpack/lib/action_controller/middlewares.rb
@@ -17,3 +17,5 @@ use "ActiveRecord::QueryCache", :if => lambda { defined?(ActiveRecord) }
}
)
end
+
+use ActionController::VerbPiggybacking