Very stupid question i know, but how can i add a icon to my Rails website? you know to show in tabs when its opened in a browser etc?
Thanks
|
Very stupid question i know, but how can i add a icon to my Rails website? you know to show in tabs when its opened in a browser etc? Thanks |
|||
|
|
|
You're talking about a Add this in the
|
|||||||||
|
|
You can use Favicon Rails helper:
Or if you want another image than favicon.ico
|
|||||||
|
|
Just so people know, the "document root" where you place your favicon.ico is the "public" folder. As a Rails newb I thought it would be in the root of the entire application. Also, you may have to clear your cache for it show up. |
|||
|
|