Hi, Is there any way to clear the changed() flag in an UpdateableRecord ?.
I have a few cases where for instance I am doing a record.from() and I know the documentation says it sets the changed flag, but I would like to manually then reset it. Resetting would imply that the original() values are also set to the same value. Not sure how to implement this in a neat way? because I guess you are really trying to hide the implementation. Thanks, Ryan
