Skip to content

Instantly share code, notes, and snippets.

View jhechavarria's full-sized avatar

Jessie Hechavarria jhechavarria

View GitHub Profile
jQuery(function () {
var larails = {
// Define the name of the hidden input field for method submission
methodInputName: '_method',
// Define the name of the hidden input field for token submission
tokenInputName: '_token',
// Define the name of the meta tag from where we can get the csrf-token
metaNameToken: 'csrf-token',