I recently updated my gemfile, and noticed the server logging the following in my dev environment - ActionController::RoutingError (No route matches [GET] "/generic.png")
On production (Heroku) - I get the following -
Started GET "/users/generic.png"
ActiveRecord::RecordNotFound (Couldn't find User with 'id'=generic):
Has anybody else encountered this? It's not breaking the app, but it is a mystery to me.
I'm using devise and cancancan. I've run a search on my code, and the only place generic.png is mentioned that I can see is in the log, which makes me think it's buried somewhere in a gem.