laserlemon / vestal_versions

Keep a DRY history of your ActiveRecord models' changes
MIT License
933 stars 229 forks source link

Versioning Associations #47

Open kcore opened 14 years ago

kcore commented 14 years ago

Hi, I didnt find any info on how to catch versions for my associations (has_many). Is there a way for the same or it is still to be implemented?

lpeabody commented 13 years ago

Any word on this? This would hook me on this gem completely. Until it provides this capability however I'm going to have to pass for the time being.

astjohn commented 13 years ago

My 'has many through' associations work well except that the "updated_by" user is only stored on the parent model when using accepts_nested_attributes_by.