Image selector/picker

Posted by MrThomas on Stack Overflow See other posts from Stack Overflow or by MrThomas
Published on 2010-04-28T13:00:25Z Indexed on 2010/04/28 13:03 UTC
Read the original article Hit count: 380

Filed under:

Using Ruby on Rails what steps can I take to create a image picker. This is a image object which I can use all over my app:

Using paperclip and a polymathic association making images available to all other models. I wish to list the images in each model and chose which of them is associated to a individual new or old record.

for example: I could use the image as a sidebar image or a banner or advert image etc.

I would be great full for any help.

Thanks

Dan

© Stack Overflow or respective owner

Related posts about ruby-on-rails