I am adding images like this in rails project. I want to check If the image exists and If not I want to use one common image for all the places where the images doesb't exist.
Please help.
<div class = "col-sm-2">
<center>
<%= image_tag pco.printable_photo.url(:small) %>
<label>
<%= pco.name %>
</label>
</center>
</div>