$(document).ready(function () {
  authenticity_token = "HbOS5cQvZ1pVzLRfNert5OLM208MYLtM8dbNHfSzF/U=";
  
  $("[name=authenticity_token]").val(authenticity_token);
});