module ActiveModel::Dirty

def attribute_previously_was(attr_name)

Dispatch target for {*_previously_was}[rdoc-label:method-i-2A_previously_was] attribute methods.
def attribute_previously_was(attr_name)
  mutations_before_last_save.original_value(attr_name.to_s)
end