//= require select2 jQuery(function($) { // Make select beautiful if (typeof $('select.select2').select2 === 'function' ) $('select.select2').select2({ allowClear: true }); })