module ActiveModel::Dirty
def attribute_will_change!(attr_name)
def attribute_will_change!(attr_name) mutations_from_database.force_change(attr_name.to_s) end
def attribute_will_change!(attr_name) mutations_from_database.force_change(attr_name.to_s) end