Flowdock
method

handle_unverified_request

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Exception
handle_unverified_request() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 180
        def handle_unverified_request
          raise ActionController::InvalidAuthenticityToken
        end
Register or log in to add new notes.