Rails 4 image-path, image-url and asset-url no longer work in SCSS files

后端 未结 6 997
醉梦人生
醉梦人生 2020-11-28 03:15

Are we supposed to use something else aside from image-url and others in Rails 4? They return different values that don\'t seem to make sense. If I have l

6条回答
  •  萌比男神i
    2020-11-28 03:48

    I just found out, that by using asset_url helper you solve that problem.

    asset_url("backgrounds/pattern.png", image)
    

提交回复
热议问题