module ActiveModel::Dirty

def attribute_will_change!(attr_name)

Dispatch target for *_will_change! attribute methods.
def attribute_will_change!(attr_name)
  mutations_from_database.force_change(attr_name.to_s)
end