I have a rails-backbone application in which there is a file favicon.ico inside /public/images directory. I have searched my entire codebase but have not found a single instance where this image is being referred. But this image is set on the top left of the browser tab (like a favicon). Can anybody tell how can this happen.
I am sure this image is being used because of two reasons:
1. If I delete this, no image is shown.
2. If I replace this with some other image, the new image is shown.
Any help would be appreciated ! :)