Hey, I am currently using a cache_sweeper to "listen" for changes and make keep an audit trail of the events. The trouble I am having is in one of my methods in the controller, create, it creates a group (the model that is observed by the sweeper) and then adds the first user to the group. The problem with that, is it the creates 2 events (an edit, and a create). I am wondering if there is a way to turn the sweeper off partway though the method (after the save but before the member is added) or if I can turn it of for a block of code. Any help is much appreciated! -Ray --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---