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