Sha256: 08678fcc12f7b7573fbb1800e7e61959d782826284533b06ec41d951b89d9189

Contents?: true

Size: 421 Bytes

Versions: 143

Compression:

Stored size: 421 Bytes

Contents

import { identifierForContextKey } from "@hotwired/stimulus-webpack-helpers"

import SortableController from './sortable_controller'

export const controllerDefinitions = [
  [SortableController, 'sortable_controller.js']
].map(function(d) {
  const key = d[1]
  const controller = d[0]
  return {
    identifier: identifierForContextKey(key),
    controllerConstructor: controller
  }
})

export {
  SortableController
}

Version data entries

143 entries across 143 versions & 1 rubygems

Version Path
bullet_train-sortable-1.2.1 app/javascript/controllers/index.js
bullet_train-sortable-1.2.0 app/javascript/controllers/index.js
bullet_train-sortable-1.0.3 app/javascript/controllers/index.js