You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedded resources always contain a complete snapshot of the new embedded resource. First it should abide by the change_tracking_mode and when set to :changes_only should only include the change. It should also be configurable to be overridden if you want changes only for the resource but snapshots for the embedded resource.
paper_trail do
embedded_resources_change_tracking_mode :changes_only # defaults to the value of change_tracking_mode
end
The text was updated successfully, but these errors were encountered:
Embedded resources always contain a complete snapshot of the new embedded resource. First it should abide by the change_tracking_mode and when set to :changes_only should only include the change. It should also be configurable to be overridden if you want changes only for the resource but snapshots for the embedded resource.
The text was updated successfully, but these errors were encountered: