In a Rails 5.2 app, I want to display a video previously uploaded in S3 via Active Storage. When I use this:
<%= video_tag [@banner_video.video_mp4, @banner_video.video_webm] %>
I get this error:
The asset "" is not present in the asset pipeline.
I checked in console, and my variable @banner_video is exactly what I think it should be.