I have a custom class defined within the models directory. The class pulls data from many models and aggregates it. It also has a save method which writes data to multiple models. I''d like to wrap the save in a transaction, but the class is not a descendant of ActiveRecord. The class really does not need all of the ActiveRecord overhead, so how would I manually wrap this in a transaction?? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---