Les rails ajoutent Favicon

<!-- application.html.erb file -->

<head>
	<%= favicon_link_tag asset_path('logo.svg') %>
</head>
Ukulily