favicon in ruby on rails 4
if you need to add favicon to your ror application
= favicon_link_tag 'favicon.png'
favicon.png should be located in your assets/images/ directory.
if you need to add favicon to your ror application
= favicon_link_tag 'favicon.png'
favicon.png should be located in your assets/images/ directory.