I have just upgraded to Rails 5 and I have a weird issue while trying to show an image.
I have the exact code I had for Rails 4:
<%= image_tag article.image_url(:thumb) %>
But after upgrading I get:
nil is not a valid asset source
Before upgrading to Rails 5, I didn't have any similar issue.
What could be at fault here? Can it be something else and not a Rails upgrade issue?