module ActiveModel::Dirty
def attribute_previous_change(attr_name)
def attribute_previous_change(attr_name) mutations_before_last_save.change_to_attribute(attr_name.to_s) end
def attribute_previous_change(attr_name) mutations_before_last_save.change_to_attribute(attr_name.to_s) end