I had a similar problem. The solution was to add the file extension on the image.
= image_tag 'logo', alt: ''
to
= image_tag 'logo.jpg', alt: ''
I had a similar problem. The solution was to add the file extension on the image.
= image_tag 'logo', alt: ''
to
= image_tag 'logo.jpg', alt: ''