Sha256: 1e205f38440ae2c8c5d7fa2c20d3032f60a26f641b3a4e4edcc564a3f95caf56
Contents?: true
Size: 332 Bytes
Versions: 11
Compression:
Stored size: 332 Bytes
Contents
(function() { "use strict"; // Activate any sortable columns. The gem on its own doesn't handle using Turbolinks. // @see https://github.com/neo/activeadmin-sortable App.register('component').enter(function() { // Normally fired by $(document).ready $('.handle').closest('tbody').activeAdminSortable(); }); })();
Version data entries
11 entries across 11 versions & 1 rubygems