module ActiveModel::Dirty

def attribute_previous_change(attr_name)

Dispatch target for *_previous_change attribute methods.
def attribute_previous_change(attr_name)
  mutations_before_last_save.change_to_attribute(attr_name.to_s)
end