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