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)
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)