module ActiveModel::Dirty

def initialize_dup(other) # :nodoc:

:nodoc:
def initialize_dup(other) # :nodoc:
  super
  @mutations_from_database = nil
end