# File lib/action_controller/request_forgery_protection.rb, line 95
      def form_authenticity_param
        params[request_forgery_protection_token]
      end