Sha256: 41536e1caeb40fd165b346c3eca5df512db9ea9f7236f3c77aafade6d67600d4

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

import { application } from "backend/solidus_promotions/controllers/application";

// Eager load all controllers defined in the import map under controllers/**/*_controller
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading";
eagerLoadControllersFrom(
  "backend/solidus_promotions/controllers",
  application
);

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_promotions-4.5.1 app/javascript/backend/solidus_promotions/controllers/index.js
solidus_promotions-4.5.0 app/javascript/backend/solidus_promotions/controllers/index.js
solidus_promotions-4.4.2 app/javascript/backend/solidus_promotions/controllers/index.js
solidus_promotions-4.4.1 app/javascript/backend/solidus_promotions/controllers/index.js
solidus_promotions-4.4.0 app/javascript/backend/solidus_promotions/controllers/index.js