Hi,
just a quick question, cause so far I was nt able to find a nice and clean solution.
Let s assume an apple belongs_to a tree. Now I would like to be able to detect in the apple model that the tree has changed. I would like to be able to detect changes if either apple.tree_id or apple.tree is changed.
Any ideas?