Skip to content

Commit

Permalink
Fix middleware order in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed May 7, 2012
1 parent 9770f7f commit f9442fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ operations, only POST, PUT and DELETE requests are monitored.
require "cuba"
require "rack/protection"

Cuba.use Rack::Session::Cookie
Cuba.use Rack::Protection
Cuba.use Rack::Protection::RemoteReferrer
Cuba.use Rack::Session::Cookie

Cuba.define do

Expand Down

0 comments on commit f9442fa

Please sign in to comment.