class ActiveModel::AttributeMutationTracker

def original_value(attr_name)

def original_value(attr_name)
  attributes[attr_name].original_value
end