module ActiveModel::Dirty
def attribute_previous_change(attr)
def attribute_previous_change(attr) previous_changes[attr] if attribute_previously_changed?(attr) end
def attribute_previous_change(attr) previous_changes[attr] if attribute_previously_changed?(attr) end