still trying to get the code working inside an engine (was fine in app)

This commit is contained in:
2023-02-08 12:29:52 +02:00
parent b956f5709a
commit 53b549e921
10 changed files with 18 additions and 6 deletions

View File

@ -7,6 +7,7 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vue_r.js" %>
</head>
<body>

View File

@ -1,6 +1,7 @@
require_relative "boot"
require "rails/all"
require "vue_r/engine"
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.