class ActiveModel::ForcedMutationTracker

def initialize(attributes)

:nodoc:
def initialize(attributes)
  super
  @finalized_changes = nil
end