Acts as attachment thumbnail problem

Hi there
I am using Acts as attachment to store thumbnails in a file system.
That part works fine :slight_smile: Along with my pic form I’m sending other
information and I want to store that information in the thumbnail row
as well as the parent image row… but I can’t figure out how to do
it! The info is stored in the row that contains the original img info
with no problems, but I’d like to populate the fields in the thumbnail
row aswell (where parent_id is populated). I’m a ror newbie so the
answer is probably glaring obvious but after spending hours trying to
figure out I’m totally stuck! I’m using the standard
acts_as_attachment methods and classes but just want to pass that one
extra parameter to the db table to be stored against the thumbnail
row…
Does anyone have any ideas?
Thanks in advance…