Reputation: 5952
In my Rails 3.1 app, I have images stored under app/assets/images/jquery_ui/
.
I don't know how to access these in my CSS. /assets/image_name.png
and /assets/jquery_ui/image_name.png
do not work.
Upvotes: 7
Views: 8193
Reputation: 9894
If you just added some images to assets and it still doesn't work... you will need to restart your server (/WEBrick).
Upvotes: 0