From 7c1ea2a68997e53c3f9dd1cea81c6192427de192 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Thu, 21 Nov 2024 12:13:44 -0600 Subject: [PATCH] Add turbo to dummy app --- test/dummy/config/importmap.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/dummy/config/importmap.rb diff --git a/test/dummy/config/importmap.rb b/test/dummy/config/importmap.rb new file mode 100644 index 0000000..fe51db6 --- /dev/null +++ b/test/dummy/config/importmap.rb @@ -0,0 +1 @@ +pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true