method

handle_unverified_request

handle_unverified_request()
protected

No documentation available.

# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 208
      def handle_unverified_request
        forgery_protection_strategy.new(self).handle_unverified_request
      end