Rails 4 image-path, image-url and asset-url no longer work in SCSS files
I just had this issue myself. 3 points that will hopefully help: If you place images in your app/assets/images directory, then you should be able to call the image directly with no prefix in the path. ie. image_url(‘logo.png’) Depending on where you use the asset will depend on the method. If you are using it … Read more