Displaying images from database in rails

Hello,

Can anyone tell me how to display images which are already stored in
database?
I have a table in which one column stores the url of the image like
usrimg/xxx.gif. How to display this image in view?

Thanks in advance:)