commontator
commontator copied to clipboard
Not able to load these two files //= require commontator/application , //= require rails-ujs in rails 7.0.3
Issues is i am not able to load commontator/application files and rails-ujs in rails 7.0.3 but when i written the in script tag
<%= javascript_include_tag "/assets/rails-ujs.js" %>
it worked for development or on local its works in staging environment at local
but when i pushed the changes on staging server then its not able to load the files and showing file is found
what should i do now its my blocker
Thanks in advance