instance method
protect_against_forgery?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
protect_against_forgery?()
No documentation comment.
Source
# File actionpack/lib/action_view/test_case.rb, line 68
def protect_against_forgery?
false
end
Defined in actionpack/lib/action_view/test_case.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase