Skip to content

Commit

Permalink
Merge pull request #16282 from davidbalbert/patch-1
Browse files Browse the repository at this point in the history
Fix protect_from_forgery docs [ci-skip]
  • Loading branch information
guilleiguaran committed Jul 27, 2014
2 parents da1b8a7 + dce49f8 commit 69133a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module RequestForgeryProtection
end

module ClassMethods
# Turn on request forgery protection. Bear in mind that only non-GET, HTML/JavaScript requests are checked.
# Turn on request forgery protection. Bear in mind that GET and HEAD requests are not checked.
#
# class ApplicationController < ActionController::Base
# protect_from_forgery
Expand Down

0 comments on commit 69133a4

Please sign in to comment.