You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed them gem and inserted the //= require data-confirm-modal in application.js
This resulted in a Sprocket error with message:
couldn't find file 'data-confirm-modal' with type 'application/javascript'
So I had to add the data-confirm-modal.js manually to my assets/javascripts directory :-(
The text was updated successfully, but these errors were encountered:
I installed them gem and inserted the //= require data-confirm-modal in application.js
This resulted in a Sprocket error with message:
couldn't find file 'data-confirm-modal' with type 'application/javascript'
So I had to add the data-confirm-modal.js manually to my assets/javascripts directory :-(
The text was updated successfully, but these errors were encountered: