I created a scaffold using ruby and now I'm trying to add a background image to all pages of the website. However, I am uncertain about what the correct image link should be.
The image is located in app/assets/images/"dep.jpg"
This is what I have attempted so far without success:
background-image:url('../images/dep.jpg');
}
Could anyone offer some assistance? Thank you