=image_tag "#{user.image}", :class => "user-photo"
this code above set the image, but I want all images to be circular. If a user uploads a photo with the wrong dimensions, setting the border radius to 50% results in an oval photo, instead of a circular one.
I'm thinking if I can set the interpolated image inline as a background image, I can then make them all circular.