Displaying 1 result from an estimated 1 matches for "0xklasasjd".
2008 Jan 22
1
getting multiple select to work: options_for_select
...the image table and make a
multiple select box with each image''s name.
* Right now it is working, but I see this:
---------------------------------------------
#<Image:0xklasjdka>             |
#<Image:0xklasb987>            |
#<Image:0xkla9a8sd>            |
#<Image:0xklasasjd>             v
---------------------------------------------
* The desired end result should look like this:
---------------
top.jpg       |
back.jpg    |
left.jpg       |
upper.jpg   v
---------------
Can anyone tell me why I am getting this object back like this, and
how to fix it?
-truch...