instance variable as source in image_tag

If it's an instance variable from a model, you'll have to go attr_reader :thingie in the model, and image_tag(@instance_of_model.thingie)