I have used paperclip polymorphic plugin to track my attachments. The tutorialwhich I have been through has used single attachments(image) http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/.
How do i enable multiple images with this plugin?
Thanks.