Help with acts_as_audited

Hi everyone,

Im using the plugin acts_as_audited to audit my whole program, but i
have a problem, when the change is in a association table (has and
belongs to many) the change isnt captured by the plugin, anyone know
any fast hot fix to this?

Thanks!

Sounds like you may need to create a model over the associationlike
cats_dogs.rb:

class CatDog < ActiveRecord::Base

end

You’ll probably need to extend your habtm table with an auto-increment
surrogate key so that acts_as_audited can play well with the “primary
key”

Peter F.
(847) 687-7646
Email: [email protected]
IM GTalk: peter.fitzgibbons
IM Yahoo: pjfitzgibbons
IM MSN: [email protected]
IM AOL: [email protected]

On Sun, Feb 22, 2009 at 3:10 PM, Diego B. <