module ActiveModel::Dirty

def init_internals

def init_internals
  super
  @mutations_before_last_save = nil
  @mutations_from_database = nil
end