winton / acts_as_archive

Don't delete your records, move them to a different table
MIT License
372 stars 87 forks source link

Multiple SQL Statements For One Operation #32

Open larryh opened 13 years ago

larryh commented 13 years ago

Hi,

I have the most recent version of the gem installed and it is working. However, my Rails Console tells me there are 10(!) identical "INSERT INTO archived_my_table ~~~" statements being issued for each delete/archive operation.

Just wondering if this is normal, if anyone else is experiencing the same problem, or if I am just interpreting the output of my Rails Console incorrectly.

Thanks for any insights on this issue, Larry