How can I add an icon to my Rails application (to show in tabs when opened in a browser, etc.)?
You can use Favicon Rails helper:
<%= favicon_link_tag %>
Or if you want another image than favicon.ico
<%= favicon_link_tag 'another_image.ico' %>
1.4m articles
1.4m replys
5 comments
57.0k users