I’ve found the only way so far is to use image_tag . From rails
tutorial,
<%= image_tag(“image_name” , :size => “300x210” )%> the images need to
be
inside the app, i’ve used the app/assets/images location, there’s
system
and public also available, but then you need to add path info.
I’ve found the only way so far is to use image_tag . From rails tutorial,
<%= image_tag(“image_name” , :size => “300x210” )%> the images need to be
inside the app, i’ve used the app/assets/images location, there’s system
and public also available, but then you need to add path info.
Bob, did you realise that you responded to a question that is 5 years
old?