Ok, I''ve been doing the "stuff my images in the db" thing, and have one question that has come up: If I have n items in my db that refer to a particular image record, is there a way to remove that image record after all n items are removed from the database? Traditionally, after I do a delete of the item, I would then manually inspect the rest of the items to see if any still refer to the same image. If none did, then delete it too. Is there a "Rails" way to do this though w/out resorting to actually writing sql? Thanks! -- Kimball