Skip to content

Commit

Permalink
391: try script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevallano committed Dec 12, 2023
1 parent 94f7d43 commit edafbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<%= stylesheet_link_tag 'application', media: 'all'%>
<%= javascript_include_tag 'application' %>
<script src="<%= asset_path('autocomplete.js') %>"></script>
<%= csrf_meta_tags %>

<!--TODO: use importmap for this-->
Expand Down

0 comments on commit edafbdb

Please sign in to comment.