Displaying 1 result from an estimated 1 matches for "customer_image".
Did you mean:
custom_image
2009 Apr 28
0
Writing an imgae tag in to_xml
...omers do
@customers.each do |customer|
xml <<
customer.to_xml(:dasherize=>false,:skip_instruct=>true,:only=>[:id,:name,:city],:root=>"customer")
end
end
end
I want to add an image tag into this xml data, so that image will be
displayed on the pdf.
I have customer_image field in customers table.
Can anyone help me out for this?
Thanks,
Tushar
--
Posted via http://www.ruby-forum.com/.