Search code examples
htmlruby-on-railsfavicon

How do your link to a favicon in ruby on rails?


Here is what I am trying.

<%= image_tag 'favicon.ico', rel="icon" type="image/x-icon" %>


Solution

  • Try add

    <%= favicon_link_tag 'favicon.ico' %>
    

    in head section in your application.html.erb