I am trying to add background image on my web page, it was working when I was using plane html, but now I am integrating it to my rails application.
I am using this code to embed the image in my rails application
<div class="jumbotron" style="background-image:
"url(image-url('lines3.png')";
background-repeat: repeat-x;
background-position: center bottom">
It is not throwing any exception in logs but not showing the images as well, can suggestions