0

I keep getting this error due to not having a favicon: ActionController::RoutingError (No route matches [GET] "/favicon.ico"): but I don't want a favicon. How can I disable this so it stops looking for one?

Catfish
  • 18,876
  • 54
  • 209
  • 353

1 Answers1

-1

Only delete lines which include favicon_link_tag in your app/views/layouts/application.html.erb.

Hiroki Kumazaki
  • 389
  • 1
  • 5