= private = protected
protect_against_forgery?()
Checks if the controller allows forgery protection.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 392 def protect_against_forgery? allow_forgery_protection end