instance method
protect_against_forgery?
Ruby on Rails 3.2.22.5
Since v3.0.20 PrivateSignature
protect_against_forgery?()
No documentation comment.
Source
# File actionpack/lib/action_view/test_case.rb, line 139
def protect_against_forgery?
false
end
Defined in actionpack/lib/action_view/test_case.rb line 139
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior