I need to keep version of a model Client:

  has_many :product_clients
  has_many :products, :through => :product_clients

The question is what is the best way of saving versions of the
association.  Can I make the association using the client.version.id
rather than the client.id?  Or should I use a bit mask?

Any thoughts much appreciated,

Mike

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to