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