We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0531a commit d3f08daCopy full SHA for d3f08da
spec/test_app_templates/lib/generators/test_app_generator.rb
@@ -31,7 +31,6 @@ def run_spotlight_migrations
31
32
def add_spotlight_routes_and_assets
33
generate :'spotlight:install', '-f --mailer_default_url_host=localhost:3000'
34
- append_to_file 'app/assets/config/manifest.js', "\n//= link application.js\n" if Rails.version > '7' && File.exist?('app/assets/config/manifest.js')
35
end
36
37
def install_test_catalog_controller
0 commit comments