method

compare_with_real_token

compare_with_real_token(token, session)
protected

No documentation available.

# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 311
      def compare_with_real_token(token, session)
        ActiveSupport::SecurityUtils.secure_compare(token, real_csrf_token(session))
      end