Assume if an instance has nested attributes set on it, that it has been modified even if none of the instance‘s columns have been modified.
[Source]
# File lib/sequel/plugins/nested_attributes.rb, line 73 73: def modified? 74: super || @has_nested_attributes 75: end
[Validate]