Hello-

I'm working on a site where I need to keep a running tab of inventory
sold. Each of my Item classes has a sku and a quantity. As items get
created, destroyed, and have their quantity changed, I want to alter
the value of a field called "allocated" in my sku class. Ideally, I
want to make this transactional, so the value of "allocated" doesn't
fall out of sync. What is the best way to approach this?

Regards,
Eric
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to